Skip to content

Commit

Permalink
Merge pull request #1177 from RealKC/rm-some-doc-hidden
Browse files Browse the repository at this point in the history
glib: Remove `#[doc(hidden)]` from `once_cell` and `bitflags` re-export
  • Loading branch information
sdroege committed Sep 6, 2023
2 parents d85a225 + 99cbf53 commit 5d8479c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions glib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#![allow(clippy::missing_safety_doc)]
#![doc = include_str!("../README.md")]

#[doc(hidden)]
pub use bitflags;
pub use ffi;
#[doc(hidden)]
Expand All @@ -14,7 +13,6 @@ pub use glib_macros::{
Boxed, Downgrade, Enum, ErrorDomain, Properties, SharedBoxed, ValueDelegate, Variant,
};
pub use gobject_ffi;
#[doc(hidden)]
pub use once_cell;

pub use self::{
Expand Down

0 comments on commit 5d8479c

Please sign in to comment.