diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-04-15 09:55:44 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-04-15 09:55:44 +0100 |
commit | 923efa72bd41456f196f1f85b5b5216c92ee9b6c (patch) | |
tree | 71891cd35239d92474bbe5c0635dbea44ba3953c /xtask/tests/tidy-tests/main.rs | |
parent | 61cb87e50629f510c8a1231102ba66ded524bec2 (diff) | |
parent | 1231418f31c7b52cdff428fd73a11f6a9755d4b6 (diff) |
Merge #3969
3969: Change add_function assist to use todo!() instead of unimplemented!() r=matklad a=TimoFreiberg
In the spirit of #3935
Co-authored-by: Timo Freiberg <[email protected]>
Diffstat (limited to 'xtask/tests/tidy-tests/main.rs')
-rw-r--r-- | xtask/tests/tidy-tests/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xtask/tests/tidy-tests/main.rs b/xtask/tests/tidy-tests/main.rs index 4f525fcd0..101ae19bd 100644 --- a/xtask/tests/tidy-tests/main.rs +++ b/xtask/tests/tidy-tests/main.rs | |||
@@ -26,6 +26,7 @@ fn check_todo(path: &Path, text: &str) { | |||
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 | "doc_tests/generated.rs", |
28 | "handlers/add_missing_impl_members.rs", | 28 | "handlers/add_missing_impl_members.rs", |
29 | "handlers/add_function.rs", | ||
29 | // 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. |
30 | "ast/make.rs", | 31 | "ast/make.rs", |
31 | ]; | 32 | ]; |