Skip to content

Commit 5fa91e0

Browse files
committed
stamp: make clippy happy
(cherry picked from commit 3ad82a6bb12dbb9c95e98f4f51b0c7491d60deca)
1 parent 1371747 commit 5fa91e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/sb_graph/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ pub struct ExtractEszipPayload {
136136

137137
fn ensure_unix_relative_path(path: &Path) -> &Path {
138138
assert!(path.is_relative());
139-
assert!(!path.to_string_lossy().starts_with("\\"));
139+
assert!(!path.to_string_lossy().starts_with('\\'));
140140
path
141141
}
142142

0 commit comments

Comments
 (0)