We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent90bd26b commit790dc02Copy full SHA for 790dc02
Cargo.toml
@@ -20,10 +20,9 @@ exclude = [ "target/*", "Cargo.lock", "scripts/tmp", "*.txt" ]
20
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
21
22
[features]
23
-rustc-dep-of-std = ['std','core','compiler_builtins']
+rustc-dep-of-std = ['std','core']
24
bench = []
25
26
[dependencies]
27
std = {version ="1.0",package ="rustc-std-workspace-std",optional =true }
28
core = {version ="1.0",package ="rustc-std-workspace-core",optional =true }
29
-compiler_builtins = {version ="0.1",optional =true }