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.
2 parents a15090b + 27ef06d commit 8f0a0cfCopy full SHA for 8f0a0cf
lib/src/utils.rs
@@ -108,7 +108,6 @@ where
108
if pb.is_hidden() {
109
print!("{}...", msg);
110
std::io::stdout().flush().unwrap();
111
- } else {
112
}
113
let r = f.await;
114
tests-integration/src/tests-integration.rs
@@ -1,3 +1,6 @@
1
+#![allow(clippy::needless_borrow)]
2
+#![allow(clippy::needless_borrows_for_generic_args)]
3
+
4
use std::path::PathBuf;
5
6
use camino::Utf8PathBuf;
0 commit comments