Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Oct 12, 2023
1 parent 22c7dba commit 8c6db0c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,13 @@
//! ['at' command]: http://www.computerhope.com/unix/uat.htm

#![warn(missing_docs)]
#![deny(trivial_numeric_casts,
unsafe_code, unstable_features,
unused_import_braces, unused_qualifications)]
#![deny(
trivial_numeric_casts,
unsafe_code,
unstable_features,
unused_import_braces,
unused_qualifications
)]

pub mod boolean;
mod parser;
Expand Down

0 comments on commit 8c6db0c

Please sign in to comment.