Skip to content

Commit

Permalink
Remove an unused use declaration in the docs (#8)
Browse files Browse the repository at this point in the history
It appears `PathBuf` is unused here since the example now shows `u32`.
  • Loading branch information
havenwood authored May 21, 2024
1 parent 5fd39c3 commit fb6d12f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ input=testing
## Compatible Types
[`FileOrStdin`] can wrap any type that matches the trait bounds for `Arg`: `FromStr` and `Clone`
```rust
use std::path::PathBuf;
use clap::Parser;
use clap_stdin::FileOrStdin;

Expand Down

0 comments on commit fb6d12f

Please sign in to comment.