Move show.rs to display.rs
This commit is contained in:
parent
c6b2aea11e
commit
68e6c34b90
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue