Skip to content

Commit a24a6a4

Browse files
committed
Fix grammar
1 parent 3d827bc commit a24a6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3857-cfg-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ fn main() {
165165
// ^--- This warning only happens if we are on Rust >= 1.27.
166166
}
167167
```
168-
However, this would produce a `unexpected_cfgs` lint and you would need to add the following to `Cargo.toml`:
168+
However, this would produce an `unexpected_cfgs` lint and you would need to add the following to `Cargo.toml`:
169169
```toml
170170
[lints.rust]
171171
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rust,values(none()))'] }

0 commit comments

Comments
 (0)