about summary refs log tree commit diff
path: root/src/libcoretest
diff options
context:
space:
mode:
authorSteven Fackler <sfackler@gmail.com>2015-03-07 19:36:36 -0800
committerSteven Fackler <sfackler@gmail.com>2015-03-09 23:24:34 -0700
commitbd6ed22fdf3df4e47d418487320a47d308c4477e (patch)
tree429b2d1e40f2470141a1e956bb89a39935d8b546 /src/libcoretest
parent8121cf077c68fa1d18a1a538deb5acdf79c5e732 (diff)
downloadrust-bd6ed22fdf3df4e47d418487320a47d308c4477e.tar.gz
rust-bd6ed22fdf3df4e47d418487320a47d308c4477e.zip
Switch derive(Debug) to use the debug builders
Diffstat (limited to 'src/libcoretest')
-rw-r--r--src/libcoretest/fmt/builders.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libcoretest/fmt/builders.rs b/src/libcoretest/fmt/builders.rs
index 84076b349d2..b2fbc90be59 100644
--- a/src/libcoretest/fmt/builders.rs
+++ b/src/libcoretest/fmt/builders.rs
@@ -1,3 +1,13 @@
+// Copyright 2015 The Rust Project Developers. See the COPYRIGHT
+// file at the top-level directory of this distribution and at
+// http://rust-lang.org/COPYRIGHT.
+//
+// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
+// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
+// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
+// option. This file may not be copied, modified, or distributed
+// except according to those terms.
+
 mod debug_struct {
     use std::fmt;