Skip to content

Commit

Permalink
cargo fmt (#606)
Browse files Browse the repository at this point in the history
Mark generated modules in nexus/pt with `rustfmt::skip`
  • Loading branch information
serprex authored Nov 2, 2023
1 parent e022c1e commit 2920b47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nexus/pt/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ use peerdb_peers::DbType;
use sqlparser::ast::PeerType;

pub mod flow_model;
#[rustfmt::skip]
pub mod peerdb_flow;
#[rustfmt::skip]
pub mod peerdb_peers;
#[rustfmt::skip]
pub mod peerdb_route;

impl From<PeerType> for DbType {
Expand Down

0 comments on commit 2920b47

Please sign in to comment.