about summary refs log tree commit diff
path: root/src/libstd/sys_common
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-12-20 12:18:55 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-12-20 14:09:50 -0800
commit214a6c61666202ab073fceaeab13885027c8c3f2 (patch)
treed8e0dfb4fc85d0b7e5d1ce431f46d5494845d163 /src/libstd/sys_common
parent0cf7d5dcaeec4dc5b8c3715ad7c062ec447842bf (diff)
downloadrust-214a6c61666202ab073fceaeab13885027c8c3f2.tar.gz
rust-214a6c61666202ab073fceaeab13885027c8c3f2.zip
Fix compile errors and such
Diffstat (limited to 'src/libstd/sys_common')
-rw-r--r--src/libstd/sys_common/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/sys_common/mod.rs b/src/libstd/sys_common/mod.rs
index 5c07e36508c..634d6258885 100644
--- a/src/libstd/sys_common/mod.rs
+++ b/src/libstd/sys_common/mod.rs
@@ -23,6 +23,7 @@
 //! `std::sys` from the standard library.
 
 #![allow(missing_docs)]
+#![allow(missing_debug_implementations)]
 
 use sync::Once;
 use sys;