13 |
#[allow(rust_2018_idioms)]
|
14 |
#[cfg_attr(feature = "cargo-clippy", allow(clippy))]
|
15 |
mod __parse__Module {
|
1 |
#[cfg_attr(feature = "cargo-clippy", allow(clippy))]
|
2 |
#[cfg_attr(rustfmt, rustfmt_skip)]
|
16 |
// re-exports
|
17 |
#[cfg_attr(feature = "cargo-clippy", allow(clippy))]
|
18 |
mod auto;
|
26 |
#[doc(hidden)]
|
27 |
#[cfg_attr(feature = "cargo-clippy", allow(clippy))]
|
28 |
pub mod gl {
|
10 |
#![no_std]
|
11 |
#![cfg_attr(feature = "cargo-clippy", allow(clippy))]
|
1 |
#![cfg_attr(feature = "cargo-clippy", allow(clippy))]
|
2 |
#[macro_use]
|
5 |
#![allow(missing_docs)]
|
6 |
#![cfg_attr(feature = "cargo-clippy", allow(clippy))]
|