Skip to content

Commit af0e3b8

Browse files
author
fmoko
authored
Merge pull request #594 from xakon/fix/try_from_into
feat(try_from_into): remove duplicate annotation
2 parents 5aa467b + 04f1d07 commit af0e3b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exercises/conversions/try_from_into.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ mod tests {
102102
assert!(c.is_err());
103103
}
104104
#[test]
105-
#[test]
106105
fn test_array_correct() {
107106
let c: Result<Color, String> = [183, 65, 14].try_into();
108107
assert_eq!(

0 commit comments

Comments
 (0)