unindent -> dedent

This commit is contained in:
Aleksey Kladov 2020-05-09 14:48:43 +02:00
parent 231fddab54
commit 5c04d8544c
3 changed files with 3 additions and 3 deletions

View file

@ -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