mirror of
https://github.com/uutils/procps.git
synced 2026-06-10 16:14:00 -07:00
pidof: Fix lint and fmt
This commit is contained in:
@@ -89,6 +89,7 @@ fn collect_matched_pids(matches: &ArgMatches) -> Vec<ProcessInformation> {
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(clippy::cognitive_complexity)]
|
||||
pub fn uu_app() -> Command {
|
||||
Command::new(uucore::util_name())
|
||||
.version(crate_version!())
|
||||
|
||||
@@ -16,7 +16,6 @@ fn test_find_init() {
|
||||
new_ucmd!().arg("init").succeeds();
|
||||
}
|
||||
|
||||
|
||||
#[test]
|
||||
#[cfg(target_os = "linux")]
|
||||
fn test_find_kthreadd() {
|
||||
|
||||
Reference in New Issue
Block a user