There was an error while loading. Please reload this page.
1 parent 3bb0229 commit bc21bb9Copy full SHA for bc21bb9
src/result/completion.rs
@@ -1,3 +1,7 @@
1
+// TODO: workaround for
2
+// https://github.com/rust-lang/rust-clippy/issues/8140
3
+#![allow(clippy::return_self_not_must_use)]
4
+
5
use super::Status;
6
use log::warn;
7
0 commit comments