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 a042ce7 commit fc5a3a6Copy full SHA for fc5a3a6
crates/as-if-std/Cargo.toml
@@ -33,3 +33,7 @@ cc = "1.0.90"
33
[features]
34
default = ['backtrace']
35
backtrace = ['addr2line', 'miniz_oxide', 'object']
36
+std = []
37
+
38
+[lints.rust]
39
+unexpected_cfgs = "allow"
0 commit comments