diff options
author | Dmitry <[email protected]> | 2020-08-09 18:39:49 +0100 |
---|---|---|
committer | Dmitry <[email protected]> | 2020-08-09 18:47:22 +0100 |
commit | 4c6f3f68806fe4e9a0aa873fb892407cffa352d6 (patch) | |
tree | f9e1dee5d71017ada87231bf66094f84a7513e92 /xtask | |
parent | 751d0367c2de63903897570f03c9dc1a4d5eb52a (diff) |
refactoring to show more clearly the import problems
Diffstat (limited to 'xtask')
-rw-r--r-- | xtask/tests/tidy.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/tests/tidy.rs b/xtask/tests/tidy.rs index 15a93b7a2..68a70da9e 100644 --- a/xtask/tests/tidy.rs +++ b/xtask/tests/tidy.rs | |||
@@ -98,7 +98,7 @@ fn check_todo(path: &Path, text: &str) { | |||
98 | // `ast::make`. | 98 | // `ast::make`. |
99 | "ast/make.rs", | 99 | "ast/make.rs", |
100 | // The documentation in string literals may contain anything for its own purposes | 100 | // The documentation in string literals may contain anything for its own purposes |
101 | "/completion/unstable_feature_descriptor.rs" | 101 | "completion/unstable_feature_descriptor.rs", |
102 | ]; | 102 | ]; |
103 | if need_todo.iter().any(|p| path.ends_with(p)) { | 103 | if need_todo.iter().any(|p| path.ends_with(p)) { |
104 | return; | 104 | return; |