Skip to content

Commit

Permalink
disable clippy for pt
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Oct 12, 2023
1 parent ad87da5 commit d2f0d26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nexus/pt/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(clippy::all)]

use peerdb_peers::DbType;
use sqlparser::ast::PeerType;

Expand Down

0 comments on commit d2f0d26

Please sign in to comment.