fix rebase err

Signed-off-by: mujunxiang <1948535941@qq.com>
This commit is contained in:
mujunxiang
2024-11-27 14:44:01 +08:00
parent 1b9ae3ccb3
commit 13b53efb2a
7 changed files with 22 additions and 15 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ pub struct ProcInfo {
username: String,
}
pub fn get_proc_info(addr: &str) -> ProcInfo {
pub fn get_proc_info(_addr: &str) -> ProcInfo {
ProcInfo::default()
}