mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-11 20:58:54 +00:00
Disable unaliged
feature of object
This commit is contained in:
parent
d525cfc85a
commit
f1cfbe6ffc
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ log = "0.4.8"
|
|||
crossbeam-channel = "0.5.0"
|
||||
jod-thread = "0.1.1"
|
||||
memmap2 = "0.2.0"
|
||||
object = { version = "0.24", default-features = false, features = ["std", "read_core", "elf", "macho", "pe", "unaligned"] }
|
||||
object = { version = "0.24", default-features = false, features = ["std", "read_core", "elf", "macho", "pe"] }
|
||||
snap = "1.0"
|
||||
|
||||
tt = { path = "../tt", version = "0.0.0" }
|
||||
|
|
Loading…
Reference in a new issue