]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/let_if_seq.rs
Merge branch 'master' into hooks
[rust.git] / src / tools / clippy / tests / ui / let_if_seq.rs
index 802beeb4be6b18360bd5f6e59defababa1319c74..32a67f181df435ed1157c5d00f6196495509668a 100644 (file)
@@ -33,6 +33,7 @@ fn issue985_alt() -> i32 {
     x
 }
 
+#[allow(clippy::manual_strip)]
 fn issue975() -> String {
     let mut udn = "dummy".to_string();
     if udn.starts_with("uuid:") {