From 887e5ff844efe5a6397ebfdf7333d3e3ec700ef4 Mon Sep 17 00:00:00 2001 From: Valerii Hiora Date: Sat, 3 Jan 2015 15:28:22 +0200 Subject: Update to master - updated `rustc-serialize` dependency, in other case `toml-rs` prohibits `rustc-serialize` update on other crates - updated after syntax and lib changes --- src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 183fcd5..068b3a4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -37,6 +37,7 @@ //! #![feature(macro_rules)] +#![feature(old_orphan_check)] #![deny(missing_docs)] #![cfg_attr(test, deny(warnings))] @@ -62,7 +63,7 @@ mod show; mod serialization; #[cfg(test)]mod test; /// Representation of a TOML value. -#[deriving(PartialEq, Clone)] +#[derive(PartialEq, Clone)] #[allow(missing_docs)] pub enum Value { String(string::String), -- cgit v1.2.3