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:
bors 2019-08-23 16:22:06 +00:00
commit 9eae1fc0ea

View File

@ -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: