mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 16:54:01 +00:00
Auto merge of #63819 - najamelan:patch-1, r=Centril
rustc docs: Update single-use-lifetimes When using this, rustc emits a warning that the lint has been renamed (to having an 's' at the end)
This commit is contained in:
commit
9eae1fc0ea
@ -208,7 +208,7 @@ error: missing documentation for a function
|
||||
|
||||
To fix the lint, add documentation to all items.
|
||||
|
||||
## single-use-lifetime
|
||||
## single-use-lifetimes
|
||||
|
||||
This lint detects lifetimes that are only used once. Some example code that
|
||||
triggers this lint:
|
||||
|
Loading…
Reference in New Issue
Block a user