Skip to content

Commit bc21bb9

Browse files
Temporarily allow clippy::return_self_not_must_use
Filed #333 to remind us to revert it later.
1 parent 3bb0229 commit bc21bb9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/result/completion.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
use super::Status;
26
use log::warn;
37

0 commit comments

Comments
 (0)