diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-05-06 17:18:17 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-06 17:18:17 +0100 |
commit | b832dfc917313633e4d5484deca47b1b117140b5 (patch) | |
tree | 168b4bf3ecc2eafc1967fd94605e6821541ea359 /xtask | |
parent | fbc8bd3fdbbeed199901d6f387ab57d82aac6e04 (diff) | |
parent | 86fa80e5b3860ee2446dcf29355c314d6dc4365a (diff) |
Merge #4331
4331: Fixture improvements r=TimoFreiberg a=TimoFreiberg
As mentioned in [Zulip](https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0/topic/resolve_path.20between.20fixture.20files) :)
I think always allowing unindented first lines is friendlier than making the user fix it and I don't see any drawbacks.
Co-authored-by: Timo Freiberg <[email protected]>
Diffstat (limited to 'xtask')
-rw-r--r-- | xtask/tests/tidy.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xtask/tests/tidy.rs b/xtask/tests/tidy.rs index c4eac1bc4..b8e8860ba 100644 --- a/xtask/tests/tidy.rs +++ b/xtask/tests/tidy.rs | |||
@@ -136,7 +136,6 @@ impl TidyDocs { | |||
136 | } | 136 | } |
137 | 137 | ||
138 | let whitelist = [ | 138 | let whitelist = [ |
139 | "ra_db", | ||
140 | "ra_hir", | 139 | "ra_hir", |
141 | "ra_hir_expand", | 140 | "ra_hir_expand", |
142 | "ra_ide", | 141 | "ra_ide", |