Skip to content

Commit c77fd70

Browse files
committed
Silence unused associated type warning
1 parent 8099fb9 commit c77fd70

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/for_deref.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ use impl_tools::autoimpl;
1111

1212
#[autoimpl(for<'a, T: trait> &'a mut T, Box<T>)]
1313
trait Z {
14+
#[allow(unused)]
1415
const A: i32;
1516

1617
fn f(&self);

0 commit comments

Comments
 (0)