Skip to content

Commit

Permalink
chore: Skip formatting generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
oeb25 committed Dec 29, 2023
1 parent 0ae52df commit cf86260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lowlevel/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ use parse::ParseError;

use crate::ast::{Command, GeneralResponse};

#[rustfmt::skip]
pub mod ast;
pub mod backend;
pub mod lexicon;
Expand Down
1 change: 1 addition & 0 deletions smtlib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pub use logics::Logic;
pub use smtlib_lowlevel::backend;

mod async_solver;
#[rustfmt::skip]
mod logics;
mod solver;
pub mod terms;
Expand Down

0 comments on commit cf86260

Please sign in to comment.