about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2023-08-03 13:47:04 +0000
committerCamille GILLOT <gillot.camille@gmail.com>2023-09-23 13:47:30 +0000
commite2669b27f3cd32fbf956bfcae96c3e19f49108a1 (patch)
tree51242c431bfd9c83d9cc19e2d485571e82e594c5
parent19e160fe2fa0c8f04dc2b550db32f690ae27c64b (diff)
downloadrust-e2669b27f3cd32fbf956bfcae96c3e19f49108a1.tar.gz
rust-e2669b27f3cd32fbf956bfcae96c3e19f49108a1.zip
Remove GeneratorWitness and rename GeneratorWitnessMIR.
-rw-r--r--clippy_lints/src/dereference.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/clippy_lints/src/dereference.rs b/clippy_lints/src/dereference.rs
index 8090f821d1f..fe37fd4a0c1 100644
--- a/clippy_lints/src/dereference.rs
+++ b/clippy_lints/src/dereference.rs
@@ -940,7 +940,6 @@ impl TyCoercionStability {
                 | ty::FnDef(..)
                 | ty::Generator(..)
                 | ty::GeneratorWitness(..)
-                | ty::GeneratorWitnessMIR(..)
                 | ty::Closure(..)
                 | ty::Never
                 | ty::Tuple(_)