Skip to content

Commit 03d6d6f

Browse files
committed
chore: apply clippy
1 parent cc3bd02 commit 03d6d6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/libs/kill_tree/src/blocking.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ pub fn get_available_max_process_id() -> u32 {
6666
///
6767
/// # Errors
6868
///
69-
/// ## InvalidProcessId
69+
/// ## `InvalidProcessId`
7070
/// Returns the process ID of the kernel or system, or if greater than the available maximum process ID.
7171
///
72-
/// ## InvalidCast
72+
/// ## `InvalidCast`
7373
/// Returned internally when an invalid type conversion occurs during a system API call.
7474
/// This is an error that should not occur under normal circumstances.
7575
///
76-
/// ## InvalidProcEntry
76+
/// ## `InvalidProcEntry`
7777
/// TODO
7878
pub fn kill_tree(process_id: ProcessId) -> Result<Outputs> {
7979
kill_tree_with_config(process_id, &Config::default())

0 commit comments

Comments
 (0)