Skip to content

Commit e29c391

Browse files
committed
Revert "Allow unaligned references for Debug implementations"
This reverts commit 655c25b.
1 parent b14923c commit e29c391

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
#![allow(non_upper_case_globals)]
7878
#![allow(non_camel_case_types)]
7979
#![allow(non_snake_case)]
80-
#![warn(unaligned_references)]
8180
#![cfg_attr(feature = "keep-extern-types", feature(extern_types))]
8281

8382
pub mod libc;

0 commit comments

Comments
 (0)