Skip to content

Commit d7ee814

Browse files
committed
Remove unused line from example code
1 parent b8f5df2 commit d7ee814

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ let collector = Collector::default();
8383
collector.describe();
8484
8585
loop {
86-
let s = Instant::now();
8786
// Periodically call `collect()` method to update information.
8887
collector.collect();
8988
thread::sleep(Duration::from_millis(750));

0 commit comments

Comments
 (0)