Resolve new Clippy lints

This commit is contained in:
Michael Davis 2024-05-07 11:35:39 -04:00
parent 3cf2a91a25
commit 9dd51e75e0
8 changed files with 23 additions and 14 deletions

View file

@ -724,7 +724,7 @@ impl Application {
}
Notification::PublishDiagnostics(mut params) => {
let path = match params.uri.to_file_path() {
Ok(path) => helix_stdx::path::normalize(&path),
Ok(path) => helix_stdx::path::normalize(path),
Err(_) => {
log::error!("Unsupported file URI: {}", params.uri);
return;