diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2016-12-20 12:18:55 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2016-12-20 14:09:50 -0800 |
| commit | 214a6c61666202ab073fceaeab13885027c8c3f2 (patch) | |
| tree | d8e0dfb4fc85d0b7e5d1ce431f46d5494845d163 /src/libstd/sys_common | |
| parent | 0cf7d5dcaeec4dc5b8c3715ad7c062ec447842bf (diff) | |
| download | rust-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.rs | 1 |
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; |
