From 63f69d6f2fa4d27dae9c3068c1df16cdcad669d1 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Sat, 21 Mar 2015 13:43:14 +0100 Subject: Rustup --- src/lib.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 916b699..1776541 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -211,7 +211,9 @@ pub struct PixelFormat { } /// Attributes -struct BuilderAttribs<'a> { +// FIXME: remove `pub` (https://github.com/rust-lang/rust/issues/23585) +#[doc(hidden)] +pub struct BuilderAttribs<'a> { #[allow(dead_code)] headless: bool, strict: bool, -- cgit v1.2.3