We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba3e6f commit 83bcf7cCopy full SHA for 83bcf7c
vortex-tui/src/convert.rs
@@ -1,3 +1,5 @@
1
+#![allow(clippy::use_debug)]
2
+
3
use std::path::Path;
4
use std::pin::Pin;
5
use std::task::{Context, Poll};
0 commit comments