mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-01 07:53:30 +02:00
feat(try_from_into): remove duplicate annotation
This commit is contained in:
@@ -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!(
|
||||
|
||||
Reference in New Issue
Block a user