Skip to content

Commit da1b1c4

Browse files
committed
cargo fmt
1 parent ef43425 commit da1b1c4

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

auditable-extract/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#![forbid(unsafe_code)]
2-
32
#![doc = include_str!("../README.md")]
43

54
#[cfg(feature = "wasm")]

auditable-serde/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#![forbid(unsafe_code)]
22
#![allow(clippy::redundant_field_names)]
3-
43
#![doc = include_str!("../README.md")]
54

65
mod validation;

0 commit comments

Comments
 (0)