apply clippy suggestion

This commit is contained in:
2025-11-05 00:10:39 +00:00
parent 3ab5987b67
commit e5e335f4f3
+1 -1
View File
@@ -26,7 +26,7 @@ pub struct Process {
}
impl Process {
pub fn pid(&self) -> u32 {
pub const fn pid(&self) -> u32 {
self.pid
}