Skip to content

Commit f854e88

Browse files
authored
Merge pull request #54 from AMDmi3/unused-code
Remove unused line from example code
2 parents b8f5df2 + d7ee814 commit f854e88

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)