Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
hakolao committed Jan 28, 2022
1 parent 34d3e0a commit 5489222
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/circle/pipelines/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(clippy::needless_question_mark)]

use std::sync::Arc;

use anyhow::*;
Expand Down

0 comments on commit 5489222

Please sign in to comment.