Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 927214
Collapse All | Expand All

(-)./onenote.rs-8b450447e58143004b68dd21c11b710fdb79be92/src/one/property/mod.rs~ (+1 lines)
Lines 23-28 Link Here
23
pub(crate) mod simple;
23
pub(crate) mod simple;
24
pub(crate) mod time;
24
pub(crate) mod time;
25
25
26
#[repr(u32)]
26
#[derive(Debug, Copy, Clone, PartialEq)]
27
#[derive(Debug, Copy, Clone, PartialEq)]
27
#[allow(dead_code)]
28
#[allow(dead_code)]
28
#[allow(clippy::enum_clike_unportable_variant)]
29
#[allow(clippy::enum_clike_unportable_variant)]

Return to bug 927214