diff options
author | Lukas Wirth <[email protected]> | 2020-11-05 22:34:50 +0000 |
---|---|---|
committer | Lukas Wirth <[email protected]> | 2020-11-05 22:41:46 +0000 |
commit | 19443c1fa30e5a360c84f82d0b7aac733ea2e240 (patch) | |
tree | 0e61f9346db4e3bfb7d207b8e6de1fd32ea9c305 /xtask | |
parent | 7709b6a2d4b74b5838fbe5b30b6188d6a549b580 (diff) |
Add missing AssocItems in add_custom_impl assist
Diffstat (limited to 'xtask')
-rw-r--r-- | xtask/tests/tidy.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xtask/tests/tidy.rs b/xtask/tests/tidy.rs index 9de60c76c..4c7db8405 100644 --- a/xtask/tests/tidy.rs +++ b/xtask/tests/tidy.rs | |||
@@ -215,6 +215,7 @@ fn check_todo(path: &Path, text: &str) { | |||
215 | "tests/cli.rs", | 215 | "tests/cli.rs", |
216 | // Some of our assists generate `todo!()`. | 216 | // Some of our assists generate `todo!()`. |
217 | "tests/generated.rs", | 217 | "tests/generated.rs", |
218 | "handlers/add_custom_impl.rs", | ||
218 | "handlers/add_missing_impl_members.rs", | 219 | "handlers/add_missing_impl_members.rs", |
219 | "handlers/add_turbo_fish.rs", | 220 | "handlers/add_turbo_fish.rs", |
220 | "handlers/generate_function.rs", | 221 | "handlers/generate_function.rs", |