Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
satyarohith committed Nov 4, 2024
1 parent b7d17e8 commit fbef272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workspace/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1945,7 +1945,7 @@ fn is_valid_jsr_pkg_name(name: &str) -> bool {
));
match jsr {
Ok(jsr) => jsr.sub_path().is_none(),
Err(_) => return false,
Err(_) => false,
}
}

Expand Down

0 comments on commit fbef272

Please sign in to comment.