Skip to content

Commit 85a2875

Browse files
bors[bot]lnicola
andauthored
Merge #7015
7015: Disable the unaligned feature of the object crate r=lnicola a=lnicola We `mmap` the files so they should be reasonably aligned. Let's see what #6817 (comment) is about. Co-authored-by: Laurențiu Nicola <[email protected]>
2 parents 8aa2eb7 + 56deb24 commit 85a2875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/proc_macro_srv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2018"
1010
doctest = false
1111

1212
[dependencies]
13-
object = { version = "0.23", default-features = false, features = ["std", "read_core", "elf", "macho", "pe", "unaligned"] }
13+
object = { version = "0.23", default-features = false, features = ["std", "read_core", "elf", "macho", "pe"] }
1414
libloading = "0.6.0"
1515
memmap = "0.7"
1616

0 commit comments

Comments
 (0)