mirror of
https://github.com/notohh/rustlings.git
synced 2025-08-11 13:33:18 -04:00
Merge pull request #771 from tlyu/iterators5-trait-tweak
fix(iterators5): derive Clone, Copy
This commit is contained in:
commit
a3ea37b76e
2 changed files with 5 additions and 2 deletions
exercises/standard_library_types
|
@ -15,7 +15,7 @@
|
|||
|
||||
use std::collections::HashMap;
|
||||
|
||||
#[derive(PartialEq, Eq)]
|
||||
#[derive(Clone, Copy, PartialEq, Eq)]
|
||||
enum Progress {
|
||||
None,
|
||||
Some,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue