Skip to content

Commit a026e9a

Browse files
committed
core: warn(non_camel_case_types) -> deny
1 parent 9c98d0f commit a026e9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libcore/core.rc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
#[no_core];
3333

3434
#[warn(vecs_implicitly_copyable)];
35-
// XXX: Switch to deny after snapshot
36-
#[warn(non_camel_case_types)];
35+
#[deny(non_camel_case_types)];
3736

3837
export int, i8, i16, i32, i64;
3938
export uint, u8, u16, u32, u64;

0 commit comments

Comments
 (0)