We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8099fb9 commit c77fd70Copy full SHA for c77fd70
1 file changed
tests/for_deref.rs
@@ -11,6 +11,7 @@ use impl_tools::autoimpl;
11
12
#[autoimpl(for<'a, T: trait> &'a mut T, Box<T>)]
13
trait Z {
14
+ #[allow(unused)]
15
const A: i32;
16
17
fn f(&self);
0 commit comments