diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-05-06 09:22:10 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-06 09:22:10 +0100 |
commit | d81bf3772fa2802dbcb808f64835352519e832a3 (patch) | |
tree | 4797a973b944a831f5567953aa6c991f658d454b /xtask/tests/tidy-tests/main.rs | |
parent | 30eb458b4fa8adcecd8cbf731bd1cfa9a7a8b88b (diff) | |
parent | eea431180eb5267928c8e0d4b8099ab1042e01d1 (diff) |
Merge #4337
4337: Cleanup assists tests r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'xtask/tests/tidy-tests/main.rs')
-rw-r--r-- | xtask/tests/tidy-tests/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/tests/tidy-tests/main.rs b/xtask/tests/tidy-tests/main.rs index 3213c4dfa..a3c2e37d1 100644 --- a/xtask/tests/tidy-tests/main.rs +++ b/xtask/tests/tidy-tests/main.rs | |||
@@ -24,7 +24,7 @@ fn check_todo(path: &Path, text: &str) { | |||
24 | // This file itself is whitelisted since this test itself contains matches. | 24 | // This file itself is whitelisted since this test itself contains matches. |
25 | "tests/cli.rs", | 25 | "tests/cli.rs", |
26 | // Some of our assists generate `todo!()` so those files are whitelisted. | 26 | // Some of our assists generate `todo!()` so those files are whitelisted. |
27 | "doc_tests/generated.rs", | 27 | "tests/generated.rs", |
28 | "handlers/add_missing_impl_members.rs", | 28 | "handlers/add_missing_impl_members.rs", |
29 | "handlers/add_function.rs", | 29 | "handlers/add_function.rs", |
30 | // To support generating `todo!()` in assists, we have `expr_todo()` in ast::make. | 30 | // To support generating `todo!()` in assists, we have `expr_todo()` in ast::make. |