Skip to content

Commit 9a9bd69

Browse files
committed
Added extract_msrv_attr macro to manual_ilog2.rs
1 parent 438fdad commit 9a9bd69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clippy_lints/src/manual_ilog2.rs

+2
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,6 @@ impl LateLintPass<'_> for ManualIlog2 {
102102
);
103103
}
104104
}
105+
106+
extract_msrv_attr!(LateContext);
105107
}

0 commit comments

Comments
 (0)