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.
lints.rust
1 parent cd0f202 commit 2051016Copy full SHA for 2051016
compiler-builtins/Cargo.toml
@@ -55,7 +55,3 @@ rustc-dep-of-std = ["compiler-builtins", "dep:core"]
55
# This makes certain traits and function specializations public that
56
# are not normally public but are required by the `builtins-test`
57
unstable-public-internals = []
58
-
59
-[lints.rust]
60
-# The cygwin config can be dropped after our benchmark toolchain is bumped
61
-unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bootstrap)', 'cfg(target_os, values("cygwin"))'] }
0 commit comments