We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981ec73 commit 3b35e1fCopy full SHA for 3b35e1f
src/theme.rs
@@ -68,6 +68,7 @@ impl Theme {
68
Ok(t) => return Ok(t),
69
Err(e) => {
70
err = Error::from(e);
71
+ break;
72
}
73
},
74
Err(e) => err = Error::from(e),
0 commit comments