Remove "spin" from the default list, as it's pulled in by "fde-phdr".

This commit is contained in:
Dan Gohman 2021-10-03 10:27:36 -07:00
parent 04a14677e4
commit 800048db67

View File

@ -31,7 +31,7 @@ panic = ["alloc"]
panic-handler = ["print", "panic"]
panic-handler-dummy = []
system-alloc = []
default = ["unwinder", "dwarf-expr", "hide-trace", "fde-phdr", "fde-registry", "spin"]
default = ["unwinder", "dwarf-expr", "hide-trace", "fde-phdr", "fde-registry"]
[profile.dev]
# Must be turned on due to Rust bug https://github.com/rust-lang/rust/issues/50007