Skip to content

Commit 04f1d07

Browse files
committed
feat(try_from_into): remove duplicate annotation
1 parent 5aa467b commit 04f1d07

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)