Remove mention of possibility to specify the MSRV with a tilde/caret

This commit is contained in:
Philipp Krones 2020-11-26 10:01:02 +01:00 committed by GitHub
parent 71f7dd813a
commit 3bcc75d446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,8 +214,6 @@ fn main() {
}
```
Tilde/Caret version requirements (like `^1.0` or `~1.2`) can be specified as well.
Note: `custom_inner_attributes` is an unstable feature so it has to be enabled explicitly.
Lints that recognize this configuration option can be found [here](https://rust-lang.github.io/rust-clippy/master/index.html#msrv)