diff options
| author | fmoko <mokou@posteo.de> | 2020-12-03 18:23:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-03 18:23:48 +0100 |
| commit | af0e3b8f178852e58acabfa2cafc8d6511739e4e (patch) | |
| tree | afb94fdc5f3bcb4e970091df9d1ba0b62483753f | |
| parent | 5aa467bef291a751f99d620484685933950c6971 (diff) | |
| parent | 04f1d079aa42a2f49af694bc92c67d731d31a53f (diff) | |
Merge pull request #594 from xakon/fix/try_from_into
feat(try_from_into): remove duplicate annotation
| -rw-r--r-- | exercises/conversions/try_from_into.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/exercises/conversions/try_from_into.rs b/exercises/conversions/try_from_into.rs index 897b364..e405c3f 100644 --- a/exercises/conversions/try_from_into.rs +++ b/exercises/conversions/try_from_into.rs @@ -102,7 +102,6 @@ mod tests { assert!(c.is_err()); } #[test] - #[test] fn test_array_correct() { let c: Result<Color, String> = [183, 65, 14].try_into(); assert_eq!( |
