Skip to content

Commit ea52a65

Browse files
committed
Formatting
1 parent 1d45d06 commit ea52a65

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

Cargo.toml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,8 @@ authors = [
99
]
1010
description = "Support for x86_64 specific instructions, registers, and structures."
1111
documentation = "https://docs.rs/x86_64"
12-
keywords = [
13-
"amd64",
14-
"x86",
15-
"x86_64",
16-
"no_std",
17-
]
18-
categories = [
19-
"no-std",
20-
]
12+
keywords = ["amd64", "x86", "x86_64", "no_std"]
13+
categories = ["no-std"]
2114
license = "MIT/Apache-2.0"
2215
name = "x86_64"
2316
readme = "README.md"
@@ -33,9 +26,9 @@ volatile = "0.4.4"
3326
rustversion = "1.0.5"
3427

3528
[features]
36-
default = [ "nightly", "instructions" ]
29+
default = ["nightly", "instructions"]
3730
instructions = []
38-
nightly = [ "const_fn", "step_trait", "abi_x86_interrupt", "doc_cfg" ]
31+
nightly = ["const_fn", "step_trait", "abi_x86_interrupt", "doc_cfg"]
3932
abi_x86_interrupt = []
4033
const_fn = []
4134
step_trait = []

0 commit comments

Comments
 (0)