Skip to content

Commit

Permalink
Add an actual clippy error on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
fredizzimo committed Apr 7, 2024
1 parent 66d6308 commit bdd1e6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/error_handling.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ fn show_error(explanation: &str) -> ! {
}

pub fn show_nvim_error(msg: &str) {
let msg = msg;
send_ui(ParallelCommand::ShowError {
lines: msg.split('\n').map(|s| s.to_string()).collect_vec(),
});
Expand Down

0 comments on commit bdd1e6f

Please sign in to comment.