From 30a59ee42259b0de840467168ea6b33c6e49a2f9 Mon Sep 17 00:00:00 2001 From: tatref Date: Thu, 29 Jun 2023 23:31:13 +0200 Subject: [PATCH] chore --- src/bin/memstats.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/memstats.rs b/src/bin/memstats.rs index 44a48eb..537ae9b 100644 --- a/src/bin/memstats.rs +++ b/src/bin/memstats.rs @@ -684,7 +684,7 @@ Examples: } } - dbg!(&more_pids_and_shm); + //dbg!(&more_pids_and_shm); for (shm, pids) in more_pids_and_shm.iter_mut() { for p in pids {