Skip to content

Commit 1970311

Browse files
committed
Remove unnecessary allow(unused) attribute.
1 parent 43e017f commit 1970311

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_transmute/src

1 file changed

+0
-1
lines changed

compiler/rustc_transmute/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ mod rustc {
104104
Self { tcx }
105105
}
106106

107-
#[allow(unused)]
108107
pub fn is_transmutable(
109108
&mut self,
110109
cause: ObligationCause<'tcx>,

0 commit comments

Comments
 (0)