Skip to content

Commit

Permalink
feat(try_from_into): remove duplicate annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
xakon committed Dec 3, 2020
1 parent 5aa467b commit 04f1d07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exercises/conversions/try_from_into.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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!(
Expand Down

0 comments on commit 04f1d07

Please sign in to comment.