diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2014-02-27 18:48:21 +1100 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2014-03-01 00:12:34 +1100 |
| commit | 218eae06ab7c7858057cc6bbd28fb4e0db9f5264 (patch) | |
| tree | d5aeeb2e58f3c30ba64f35c7d8a1f0eddb55ca8e /src/libextra | |
| parent | fbdd3b2ef6196f236a8333b7435f1b31390c0194 (diff) | |
| download | rust-218eae06ab7c7858057cc6bbd28fb4e0db9f5264.tar.gz rust-218eae06ab7c7858057cc6bbd28fb4e0db9f5264.zip | |
Publicise types/add #[allow(visible_private_types)] to a variety of places.
There's a lot of these types in the compiler libraries, and a few of the older or private stdlib ones. Some types are obviously meant to be public, others not so much.
Diffstat (limited to 'src/libextra')
| -rw-r--r-- | src/libextra/workcache.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libextra/workcache.rs b/src/libextra/workcache.rs index 97c0f786071..2a2493688e6 100644 --- a/src/libextra/workcache.rs +++ b/src/libextra/workcache.rs @@ -9,6 +9,7 @@ // except according to those terms. #[allow(missing_doc)]; +#[allow(visible_private_types)]; use serialize::json; use serialize::json::ToJson; |
