Skip to content

Commit f965b05

Browse files
authored
docs: remove unused import in README.md
Removed unused import for prometric_derive::metrics.
1 parent 432331e commit f965b05

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
@@ -150,7 +150,6 @@ When the `process` feature is enabled, the `ProcessCollector` can be used to col
150150

151151
```rust
152152
use prometric::process::ProcessCollector;
153-
use prometric_derive::metrics;
154153

155154
let collector = ProcessCollector::default();
156155
collector.collect();

0 commit comments

Comments
 (0)