Auto merge of #9345 - cherryblossom000:patch-1, r=flip1995
Fix typo in as_undescore docs *Please write a short comment explaining your change (or "none" for internal only changes)* changelog: none
This commit is contained in:
commit
dc497c82ff
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ declare_clippy_lint! {
|
|||
///
|
||||
/// ### Why is this bad?
|
||||
/// The conversion might include lossy conversion and dangerous cast that might go
|
||||
/// undetected du to the type being inferred.
|
||||
/// undetected due to the type being inferred.
|
||||
///
|
||||
/// The lint is allowed by default as using `_` is less wordy than always specifying the type.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue