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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue