diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-05-09 13:49:18 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-09 13:49:18 +0100 |
commit | c5c07c2a0a1b4809c5aacef3c8e90034d00c3b03 (patch) | |
tree | fd0c84925abfcfcd853e62b81ea8ab5c9fca8818 /crates/test_utils/src | |
parent | 5af66e54866b2b9942b2a5298a8874ce6a44a1d5 (diff) | |
parent | 5c04d8544c647e1f9bbf3c5a2f1e86409d4080f5 (diff) |
Merge #4388
4388: unindent -> dedent r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/test_utils/src')
-rw-r--r-- | crates/test_utils/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/test_utils/src/lib.rs b/crates/test_utils/src/lib.rs index b13e13af2..b1e3c328f 100644 --- a/crates/test_utils/src/lib.rs +++ b/crates/test_utils/src/lib.rs | |||
@@ -270,7 +270,7 @@ fn parse_fixture_checks_further_indented_metadata() { | |||
270 | } | 270 | } |
271 | 271 | ||
272 | #[test] | 272 | #[test] |
273 | fn parse_fixture_can_handle_unindented_first_line() { | 273 | fn parse_fixture_can_handle_dedented_first_line() { |
274 | let fixture = "//- /lib.rs | 274 | let fixture = "//- /lib.rs |
275 | mod foo; | 275 | mod foo; |
276 | //- /foo.rs | 276 | //- /foo.rs |