Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sanpii committed Apr 17, 2023
1 parent 485c48a commit 8f2a035
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion derive/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![warn(warnings)]

#![doc = include_str!("../README.md")]

mod attr;
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#![warn(warnings)]
#![cfg_attr(docsrs, feature(doc_cfg))]

#![doc = include_str!("../README.md")]

mod errors;
Expand Down

0 comments on commit 8f2a035

Please sign in to comment.