use iterators for read and write #44
GitHub Actions / clippy
succeeded
Aug 15, 2023 in 1s
clippy
1 warning
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 1 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.73.0-nightly (180dffba1 2023-08-14)
- cargo 1.73.0-nightly (7e9de3f4e 2023-08-13)
- clippy 0.1.73 (180dffb 2023-08-14)
Annotations
Check warning on line 3 in tests/test.rs
github-actions / clippy
unused imports: `Read`, `Write`
warning: unused imports: `Read`, `Write`
--> tests/test.rs:3:23
|
3 | use std::io::{Cursor, Read, Seek, SeekFrom, Write};
| ^^^^ ^^^^^
|
= note: `#[warn(unused_imports)]` on by default
Loading