1 parent b8f5df2 commit d7ee814Copy full SHA for d7ee814
1 file changed
README.md
@@ -83,7 +83,6 @@ let collector = Collector::default();
83
collector.describe();
84
85
loop {
86
- let s = Instant::now();
87
// Periodically call `collect()` method to update information.
88
collector.collect();
89
thread::sleep(Duration::from_millis(750));
0 commit comments