We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4235b64 + aadd014 commit dc497c8Copy full SHA for dc497c8
clippy_lints/src/as_underscore.rs
@@ -12,7 +12,7 @@ declare_clippy_lint! {
12
///
13
/// ### Why is this bad?
14
/// The conversion might include lossy conversion and dangerous cast that might go
15
- /// undetected du to the type being inferred.
+ /// undetected due to the type being inferred.
16
17
/// The lint is allowed by default as using `_` is less wordy than always specifying the type.
18
0 commit comments