Skip to content

Commit

Permalink
suppress clippy warning for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kafonek committed Dec 20, 2023
1 parent 6633078 commit 529bb7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/handlers/outputs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pub trait OutputHandler: Handler + Debug + Send + Sync {
async fn add_cell_content(&self, content: &HashMap<String, serde_json::Value>);
async fn clear_cell_content(&self);

#[allow(clippy::single_match)]
async fn handle_output(&self, msg: &Response) {
match msg {
Response::ExecuteResult(result) => {
Expand Down

0 comments on commit 529bb7c

Please sign in to comment.