core: Allow legacy records in in a few modules

Because of macros, #[allow(structural_records]] in
extfmt, gc, os, pipes, and run. Will need a snapshot.
This commit is contained in:
Tim Chevalier
2013-01-25 23:02:27 -08:00
parent 31d78b2f07
commit c5461e46ae
5 changed files with 10 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
// NB: transitionary, de-mode-ing.
#[forbid(deprecated_mode)];
#[forbid(deprecated_pattern)];
#[allow(structural_records)];
/*!
* Higher-level interfaces to libc::* functions and operating system services.