This commit is contained in:
Pierre Krieger 2015-03-21 13:43:14 +01:00
parent 8eac00f007
commit 63f69d6f2f
4 changed files with 12 additions and 6 deletions

View file

@ -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,