Skip to content

Commit 99cbf53

Browse files
committed
glib: Remove #[doc(hidden)] from once_cell and bitflags re-export
The blogpost[1] mentions that these are re-exported, so to avoid causing confusion, make it so these appear in documentation. [1]: https://gtk-rs.org/blog/2023/08/28/new-release.html#switch-to-bitflags-20
1 parent d85a225 commit 99cbf53

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)