diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-02-28 16:42:11 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-02-28 17:31:31 +1100 |
| commit | 1970311146873c6f061035ed22d483d36fd978f7 (patch) | |
| tree | 8254d9b59326bd1bacb933e40c1549cda5a7d94f | |
| parent | 43e017fd01c5ecb74dccee44c6f7b360cf7a518a (diff) | |
| download | rust-1970311146873c6f061035ed22d483d36fd978f7.tar.gz rust-1970311146873c6f061035ed22d483d36fd978f7.zip | |
Remove unnecessary `allow(unused)` attribute.
| -rw-r--r-- | compiler/rustc_transmute/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_transmute/src/lib.rs b/compiler/rustc_transmute/src/lib.rs index e10532af145..740c899fbf8 100644 --- a/compiler/rustc_transmute/src/lib.rs +++ b/compiler/rustc_transmute/src/lib.rs @@ -104,7 +104,6 @@ mod rustc { Self { tcx } } - #[allow(unused)] pub fn is_transmutable( &mut self, cause: ObligationCause<'tcx>, |
