Merge pull request #594 from xakon/fix/try_from_into

feat(try_from_into): remove duplicate annotation
pull/541/head
fmoko 4 years ago committed by GitHub
commit af0e3b8f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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!(

Loading…
Cancel
Save