Skip to content

Commit acaec5c

Browse files
committed
move features above to appear before others sections
Signed-off-by: onur-ozkan <[email protected]>
1 parent 361c164 commit acaec5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bootstrap/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ edition = "2021"
55
build = "build.rs"
66
default-run = "bootstrap"
77

8+
[features]
9+
build-metrics = ["sysinfo"]
10+
811
[lib]
912
path = "lib.rs"
1013
doctest = false
@@ -80,9 +83,6 @@ features = [
8083
[dev-dependencies]
8184
pretty_assertions = "1.4"
8285

83-
[features]
84-
build-metrics = ["sysinfo"]
85-
8686
# We care a lot about bootstrap's compile times, so don't include debuginfo for
8787
# dependencies, only bootstrap itself.
8888
[profile.dev]

0 commit comments

Comments
 (0)