We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b333a8 commit 40a5ee1Copy full SHA for 40a5ee1
Cargo.toml
@@ -14,7 +14,7 @@ bitflags = "1.1.0"
14
x86_64 = { version = "0.14.0", default-features = false, features = ["instructions"] }
15
16
[features]
17
-default = [ "nightly"]
+default = [ "nightly" ]
18
stable = [ "x86_64/external_asm" ]
19
nightly = [ "x86_64/inline_asm" ]
20
0 commit comments