We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
char
1 parent 34b1765 commit b515064Copy full SHA for b515064
clippy_lints/src/utils/internal_lints/invalid_paths.rs
@@ -73,6 +73,7 @@ pub fn check_path(cx: &LateContext<'_>, path: &[&str]) -> bool {
73
SimplifiedType::Slice,
74
SimplifiedType::Str,
75
SimplifiedType::Bool,
76
+ SimplifiedType::Char,
77
]
78
.iter()
79
.flat_map(|&ty| cx.tcx.incoherent_impls(ty).iter())
0 commit comments