mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-31 07:37:30 +00:00
unindent -> dedent
This commit is contained in:
parent
231fddab54
commit
5c04d8544c
3 changed files with 3 additions and 3 deletions
|
@ -270,7 +270,7 @@ fn parse_fixture_checks_further_indented_metadata() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn parse_fixture_can_handle_unindented_first_line() {
|
||||
fn parse_fixture_can_handle_dedented_first_line() {
|
||||
let fixture = "//- /lib.rs
|
||||
mod foo;
|
||||
//- /foo.rs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue