Skip to content

Commit

Permalink
Properly hide __RcTestObject and __ThreadTestData
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Jul 31, 2023
1 parent 0052425 commit 1f474fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/objc2/src/rc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@ pub use self::autorelease::{
};
pub use self::id::Id;
pub use self::id_traits::{DefaultId, IdFromIterator, IdIntoIterator};
#[doc(hidden)]
pub use self::test_object::{__RcTestObject, __ThreadTestData};
pub use self::weak_id::WeakId;

0 comments on commit 1f474fd

Please sign in to comment.