Skip to content

Commit 3e6bde4

Browse files
committed
fix: clippy
1 parent 6a523d0 commit 3e6bde4

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
@@ -105,8 +105,8 @@ mod tests {
105105
}
106106
}
107107

108-
#[allow(clippy::all)]
109108
#[allow(warnings)]
109+
#[allow(clippy::all)]
110110
mod libproc {
111111
include!(concat!(env!("OUT_DIR"), "/libproc_bindings.rs"));
112112
}

0 commit comments

Comments
 (0)