diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ pub use serialization::DecodeErrorKind::{ExpectedType, NilTooLong}; mod parser; mod show; mod serialization; -#[cfg(test)]mod test; + /// Representation of a TOML value. #[derive(PartialEq, Clone, Show)] #[allow(missing_docs)] |