Skip to content

Commit 68a5055

Browse files
committed
style: Make clippy happy
1 parent e979505 commit 68a5055

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crates/anstyle-ls/src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,7 @@ pub fn parse(code: &str) -> Option<anstyle::Style> {
149149
105 => bg_color = Some(anstyle::AnsiColor::BrightMagenta.into()),
150150
106 => bg_color = Some(anstyle::AnsiColor::BrightCyan.into()),
151151
107 => bg_color = Some(anstyle::AnsiColor::BrightWhite.into()),
152-
_ => {
153-
continue;
154-
}
152+
_ => {}
155153
}
156154
}
157155

0 commit comments

Comments
 (0)