summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorSam Scott <sam.scott89@gmail.com>2017-11-09 16:28:07 +0000
committerSam Scott <sam.scott89@gmail.com>2017-11-09 16:40:24 +0000
commit61ccfb416e553301d9db604d0986d184796b0280 (patch)
tree767bc2cfe83e439f5cd973c8088aa7de68203fb9 /src/lib.rs
parentd74354b1eaccfb6ea264fca81f3dd936afdff44f (diff)
Let rustfmt do its thing.
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 16d4683..e5ee7e2 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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};
-