Cargo format

This commit is contained in:
Ben Cross
2021-01-17 21:37:30 +00:00
parent e0d46f430b
commit 762986b271
43 changed files with 100 additions and 51 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
#![allow(clippy::ptr_arg)]
use std::fmt;
use std::fmt::Debug;
#[cfg(feature = "serde")] use std::marker::PhantomData;
#[cfg(feature = "serde")]
use std::marker::PhantomData;
use std::ops::Range;
#[cfg(feature = "serde")]