This commit is contained in:
nora 2022-11-20 22:23:45 +01:00
parent 8fadb04d03
commit 652c634e31
No known key found for this signature in database

View file

@ -54,7 +54,6 @@ fn main() {
match b {
Ok(Ok(url)) => {}
Err(e) => {}
// `e` has type _1.
Ok(Err(e)) => {}
}
});