Skip to content

Commit 4761e6e

Browse files
committed
fix: clippy
1 parent 0211253 commit 4761e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/libs/kill_tree/src/macos.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ mod tests {
147147
}
148148

149149
#[allow(warnings)]
150-
#[allow(clippy::pedantic)]
150+
#[allow(clippy::all)]
151151
mod libproc {
152152
include!(concat!(env!("OUT_DIR"), "/libproc_bindings.rs"));
153153
}

0 commit comments

Comments
 (0)