methods: fix the option_unwrap_used message
It had a hard linewrap in it rather than flowing naturally. This confused the Vim error matching.
This commit is contained in:
parent
f2f6637dda
commit
2cdba9cd85
1 changed files with 1 additions and 1 deletions
|
|
@ -996,7 +996,7 @@ fn lint_unwrap(cx: &LateContext, expr: &hir::Expr, unwrap_args: &[hir::Expr]) {
|
|||
lint,
|
||||
expr.span,
|
||||
&format!("used unwrap() on {} value. If you don't want to handle the {} case gracefully, consider \
|
||||
using expect() to provide a better panic
|
||||
using expect() to provide a better panic \
|
||||
message",
|
||||
kind,
|
||||
none_value));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue