Skip to content

Commit

Permalink
Auto merge of rust-lang#9345 - cherryblossom000:patch-1, r=flip1995
Browse files Browse the repository at this point in the history
Fix typo in as_undescore docs

*Please write a short comment explaining your change (or "none" for internal only changes)*

changelog: none
  • Loading branch information
bors committed Aug 17, 2022
2 parents 4235b64 + aadd014 commit dc497c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/as_underscore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
///
Expand Down

0 comments on commit dc497c8

Please sign in to comment.