Remove mention of possibility to specify the MSRV with a tilde/caret
This commit is contained in:
@@ -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.
|
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)
|
Lints that recognize this configuration option can be found [here](https://rust-lang.github.io/rust-clippy/master/index.html#msrv)
|
||||||
|
|||||||
Reference in New Issue
Block a user