Rustup
This commit is contained in:
parent
8eac00f007
commit
63f69d6f2f
4 changed files with 12 additions and 6 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue