mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-16 14:07:04 +00:00
Remove mention of possibility to specify the MSRV with a tilde/caret
This commit is contained in:
parent
71f7dd813a
commit
3bcc75d446
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user