Skip to content

Commit 1625966

Browse files
committed
Make ClashingExternDeclarations Allow by default.
1 parent 6f95990 commit 1625966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_lint/builtin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2051,7 +2051,7 @@ impl<'tcx> LateLintPass<'tcx> for InvalidValue {
20512051

20522052
declare_lint! {
20532053
pub CLASHING_EXTERN_DECLARATIONS,
2054-
Warn,
2054+
Allow,
20552055
"detects when an extern fn has been declared with the same name but different types"
20562056
}
20572057

0 commit comments

Comments
 (0)