diff --git a/.github/.cspell/project-dictionary.txt b/.github/.cspell/project-dictionary.txt index aafe433..45765c7 100644 --- a/.github/.cspell/project-dictionary.txt +++ b/.github/.cspell/project-dictionary.txt @@ -1,5 +1,4 @@ compiletest expandtest -overcaptures reborrow wontfix diff --git a/tests/lint/lib.rs b/tests/lint/lib.rs index 11340fd..8b8abc8 100644 --- a/tests/lint/lib.rs +++ b/tests/lint/lib.rs @@ -26,7 +26,6 @@ deprecated_in_future, dereferencing_mut_binding, fuzzy_provenance_casts, - impl_trait_overcaptures, invalid_reference_casting, let_underscore_drop, lossy_provenance_casts,