diff options
| author | Sean McArthur <sean.monstar@gmail.com> | 2016-03-04 18:49:43 -0800 |
|---|---|---|
| committer | Sean McArthur <sean.monstar@gmail.com> | 2016-03-20 10:04:55 -0700 |
| commit | e0945937c4d6786af0b03a11c8cec2c34cde7662 (patch) | |
| tree | 1a167e7ea6907b8638bd1141a47b81808180f21e /src/libcore/fmt/rt | |
| parent | 235d77457d80b549dad3ac36d94f235208a1eafb (diff) | |
| download | rust-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.rs | 1 |
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 { |
