Skip to content

Commit

Permalink
Remove unused imports from README example
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Aug 8, 2024
1 parent e9a465c commit 941b996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Traits and derive macros for accessing your type's documentation at runtime
## Quick start

```rust
use documented::{Documented, DocumentedFields, DocumentedVariants, Error};
use documented::{Documented, DocumentedFields, DocumentedVariants};

/// Trying is the first step to failure.
#[derive(Documented, DocumentedFields, DocumentedVariants)]
Expand Down

0 comments on commit 941b996

Please sign in to comment.