diff options
author | Sam Scott <sam.scott89@gmail.com> | 2017-11-09 16:28:07 +0000 |
---|---|---|
committer | Sam Scott <sam.scott89@gmail.com> | 2017-11-09 16:40:24 +0000 |
commit | 61ccfb416e553301d9db604d0986d184796b0280 (patch) | |
tree | 767bc2cfe83e439f5cd973c8088aa7de68203fb9 /src/lib.rs | |
parent | d74354b1eaccfb6ea264fca81f3dd936afdff44f (diff) |
Let rustfmt do its thing.
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -131,12 +131,11 @@ mod de; mod error; mod ser; -pub use error::Error; #[doc(inline)] pub use de::{from_bytes, from_str}; #[doc(inline)] pub use de::Config; +pub use error::Error; #[doc(inline)] pub use ser::{QsSerializer, to_string}; - |