Skip to content

Commit

Permalink
Rename allocated.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Dec 2, 2023
1 parent 06cb7af commit 33b3ea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions crates/objc2/src/rc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@
//! assert!(weak.load().is_none());
//! ```
mod allocated;
mod allocated_partial_init;
mod autorelease;
mod id;
mod id_forwarding_impls;
mod id_traits;
mod test_object;
mod weak_id;

pub use self::allocated::{Allocated, PartialInit};
pub use self::allocated_partial_init::{Allocated, PartialInit};
pub use self::autorelease::{
autoreleasepool, autoreleasepool_leaking, AutoreleasePool, AutoreleaseSafe,
};
Expand Down

0 comments on commit 33b3ea6

Please sign in to comment.