Skip to content

Commit 5d8479c

Browse files
authored
Merge pull request #1177 from RealKC/rm-some-doc-hidden
glib: Remove `#[doc(hidden)]` from `once_cell` and `bitflags` re-export
2 parents d85a225 + 99cbf53 commit 5d8479c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

glib/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#![allow(clippy::missing_safety_doc)]
55
#![doc = include_str!("../README.md")]
66

7-
#[doc(hidden)]
87
pub use bitflags;
98
pub use ffi;
109
#[doc(hidden)]
@@ -14,7 +13,6 @@ pub use glib_macros::{
1413
Boxed, Downgrade, Enum, ErrorDomain, Properties, SharedBoxed, ValueDelegate, Variant,
1514
};
1615
pub use gobject_ffi;
17-
#[doc(hidden)]
1816
pub use once_cell;
1917

2018
pub use self::{

0 commit comments

Comments
 (0)