Skip to content

Commit cf7604e

Browse files
Revert "fix: allow clippy::let_unit_value"
This reverts commit 41d429c.
1 parent 41d429c commit cf7604e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,11 @@ macro_rules! stub {
107107
}
108108

109109
#[doc(hidden)]
110-
#[allow(clippy::let_unit_value)]
111110
pub fn _stub<T>() -> T {
112111
todo!()
113112
}
114113

115114
#[doc(hidden)]
116-
#[allow(clippy::let_unit_value)]
117115
pub fn _stub_msg<T>(msg: &str) -> T {
118116
todo!("{msg}")
119117
}

0 commit comments

Comments
 (0)