Skip to content

Commit

Permalink
Fix non-existing iterator feature in README (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
minh-dng authored Nov 6, 2024
1 parent 3216eaf commit 5263c72
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 5263c72

Please sign in to comment.