Skip to content

Commit

Permalink
fix: README feature iterator does not exist, now into_iterator
Browse files Browse the repository at this point in the history
  • Loading branch information
minh-dng authored Nov 4, 2024
1 parent 3216eaf commit c7ff20e
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 @@ -183,7 +183,7 @@ You have to enable each type of derive as a feature in `Cargo.toml`:
[dependencies]
# You can specify the types of derives that you need for less time spent
# compiling. For the full list of features see this crate its `Cargo.toml`.
derive_more = { version = "1", features = ["from", "add", "iterator"] }
derive_more = { version = "1", features = ["from", "add", "into_iterator"] }
```
```toml
[dependencies]
Expand Down

0 comments on commit c7ff20e

Please sign in to comment.