Move show.rs to display.rs

This commit is contained in:
Alex Crichton 2015-02-02 22:30:06 -08:00
parent c6b2aea11e
commit 68e6c34b90
2 changed files with 1 additions and 1 deletions

View file

@ -58,7 +58,7 @@ pub use serialization::DecodeErrorKind::{ExpectedMapElement, ExpectedMapKey, NoE
pub use serialization::DecodeErrorKind::{ExpectedType, NilTooLong}; pub use serialization::DecodeErrorKind::{ExpectedType, NilTooLong};
mod parser; mod parser;
mod show; mod display;
mod serialization; mod serialization;
/// Representation of a TOML value. /// Representation of a TOML value.