Skip to content

Commit

Permalink
break fmt and clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodie committed Nov 2, 2023
1 parent f47b088 commit ce10efb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lang/default.pot
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ msgstr ""
msgid "Project file is younger than pdf, continue anyway?"
msgstr ""

#: /Users/hendrik/code/rust/asciii/src/lib.rs:82
#: /Users/hendrik/code/rust/asciii/src/lib.rs:83
msgid "Documentation at: {}"
msgstr ""

Expand Down
7 changes: 4 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#![allow(deprecated)]
#![allow(clippy::uninlined_format_args)]
#![warn(//missing_docs,
//missing_copy_implementations,
//missing_debug_implementations,
missing_copy_implementations,
missing_debug_implementations,
unstable_features,
unused_import_braces,
// clippy::pedantic
Expand All @@ -29,7 +29,8 @@ use lazy_static::lazy_static;

#[cfg(feature = "serde")]
#[macro_use]
extern crate serde_derive;

extern crate serde_derive;

#[cfg(feature = "serialization")]
extern crate serde_json;
Expand Down

0 comments on commit ce10efb

Please sign in to comment.