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.
features
1 parent 361c164 commit acaec5cCopy full SHA for acaec5c
src/bootstrap/Cargo.toml
@@ -5,6 +5,9 @@ edition = "2021"
5
build = "build.rs"
6
default-run = "bootstrap"
7
8
+[features]
9
+build-metrics = ["sysinfo"]
10
+
11
[lib]
12
path = "lib.rs"
13
doctest = false
@@ -80,9 +83,6 @@ features = [
80
83
[dev-dependencies]
81
84
pretty_assertions = "1.4"
82
85
-[features]
-build-metrics = ["sysinfo"]
-
86
# We care a lot about bootstrap's compile times, so don't include debuginfo for
87
# dependencies, only bootstrap itself.
88
[profile.dev]
0 commit comments