Skip to content
Snippets Groups Projects
Commit 37d010b2 authored by Luca Barbato's avatar Luca Barbato Committed by Luca Barbato
Browse files

Unbreak non-x86_64

The rust compiler DCE works in a different way so conditionals on `cfg!`
should not be used if the code in the branches may not compile.

While at it move the `use` statements where they are needed to avoid
warnings.

Fix #657
parent 253691a0
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment