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 3d827bc commit a24a6a4Copy full SHA for a24a6a4
text/3857-cfg-version.md
@@ -165,7 +165,7 @@ fn main() {
165
// ^--- This warning only happens if we are on Rust >= 1.27.
166
}
167
```
168
-However, this would produce a `unexpected_cfgs` lint and you would need to add the following to `Cargo.toml`:
+However, this would produce an `unexpected_cfgs` lint and you would need to add the following to `Cargo.toml`:
169
```toml
170
[lints.rust]
171
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rust,values(none()))'] }
0 commit comments