Skip to content

Commit f33fe02

Browse files
committed
fixup: cleanup AI comment
1 parent 9c652c9 commit f33fe02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lading/src/observer/linux/procfs/vmstat.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ fn proc_vmstat_inner(contents: &str) -> Result<FxHashMap<&str, u64>, Error> {
5151
continue;
5252
}
5353

54-
// Avoid Vec allocation by using iterator directly
5554
let mut parts = line.split_whitespace();
5655
let field_name = parts
5756
.next()

0 commit comments

Comments
 (0)