Run cargo fmt

This commit is contained in:
Joakim Frostegård 2022-02-20 00:45:04 +01:00
parent e3ce111548
commit f18fc52675
10 changed files with 17 additions and 19 deletions

View file

@ -1,5 +1,5 @@
pub use toml;
pub use aquatic_toml_config_derive::TomlConfig;
pub use toml;
/// Run this on your struct implementing TomlConfig to generate a
/// serialization/deserialization test for it.