From f9408377c9b42898cf95c01e23a573ee1667c34b Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 11 Dec 2014 22:29:27 -0800 Subject: Fix parsing nested tables in arrays Closes #36 --- src/serialization.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/serialization.rs') diff --git a/src/serialization.rs b/src/serialization.rs index ba96f89..457f361 100644 --- a/src/serialization.rs +++ b/src/serialization.rs @@ -64,6 +64,7 @@ pub struct Decoder { /// Enumeration of errors which can occur while encoding a rust value into a /// TOML value. +#[allow(missing_copy_implementations)] pub enum Error { /// Indication that a key was needed when a value was emitted, but no key /// was previously emitted. -- cgit v1.2.3