lawliet89/biscuit

Clean up code due to prelude

lawliet89 opened this issue · 0 comments

Remove use that are in prelude:

  • std::default::Default
  • std::convert::{From, Into};

Don't do format!("{}", x) because impl<T> ToString for T where T: Display + ?Sized