about summary refs log tree commit diff
path: root/src/libcore/fmt/rt
diff options
context:
space:
mode:
authorSean McArthur <sean.monstar@gmail.com>2016-03-04 18:49:43 -0800
committerSean McArthur <sean.monstar@gmail.com>2016-03-20 10:04:55 -0700
commite0945937c4d6786af0b03a11c8cec2c34cde7662 (patch)
tree1a167e7ea6907b8638bd1141a47b81808180f21e /src/libcore/fmt/rt
parent235d77457d80b549dad3ac36d94f235208a1eafb (diff)
downloadrust-e0945937c4d6786af0b03a11c8cec2c34cde7662.tar.gz
rust-e0945937c4d6786af0b03a11c8cec2c34cde7662.zip
libcore: add Debug implementations to most missing types
Diffstat (limited to 'src/libcore/fmt/rt')
-rw-r--r--src/libcore/fmt/rt/v1.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/fmt/rt/v1.rs b/src/libcore/fmt/rt/v1.rs
index f889045a3f5..6b31e040622 100644
--- a/src/libcore/fmt/rt/v1.rs
+++ b/src/libcore/fmt/rt/v1.rs
@@ -13,6 +13,7 @@
 //!
 //! These definitions are similar to their `ct` equivalents, but differ in that
 //! these can be statically allocated and are slightly optimized for the runtime
+#![allow(missing_debug_implementations)]
 
 #[derive(Copy, Clone)]
 pub struct Argument {