Skip to content

Commit

Permalink
chore: appease clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaRevenco committed Dec 6, 2024
1 parent 540d71a commit 4b329d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/commands/lsp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ pub fn hover_dump(cx: &mut Context) {
Document::from(Rope::from(contents), None, editor.config.clone()),
);
let (_view, doc) = current!(editor);
if let Ok(_) = doc.set_language_by_language_id("markdown", editor.syn_loader.clone()) {};
let _ = doc.set_language_by_language_id("markdown", editor.syn_loader.clone());
})
}

Expand Down

0 comments on commit 4b329d4

Please sign in to comment.