Skip to content

Commit f78eb73

Browse files
committed
correct the wong commit
1 parent 23e66d5 commit f78eb73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
unused_macros,
1818
unused_macro_rules,
1919
)]
20-
// #![cfg_attr(libc_deny_warnings, deny(warnings))]
20+
#![cfg_attr(libc_deny_warnings, deny(warnings))]
2121
// Attributes needed when building as part of the standard library
2222
#![cfg_attr(feature = "rustc-dep-of-std", feature(link_cfg, no_core))]
2323
#![cfg_attr(libc_thread_local, feature(thread_local))]

0 commit comments

Comments
 (0)