Skip to content

Commit 9072f42

Browse files
committed
Rename allocated.rs
1 parent 96fb68e commit 9072f42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/objc2/src/rc/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@
4848
//! assert!(weak.load().is_none());
4949
//! ```
5050
51-
mod allocated;
51+
mod allocated_partial_init;
5252
mod autorelease;
5353
mod id;
5454
mod id_forwarding_impls;
5555
mod id_traits;
5656
mod test_object;
5757
mod weak_id;
5858

59-
pub use self::allocated::{Allocated, PartialInit};
59+
pub use self::allocated_partial_init::{Allocated, PartialInit};
6060
pub use self::autorelease::{
6161
autoreleasepool, autoreleasepool_leaking, AutoreleasePool, AutoreleaseSafe,
6262
};

0 commit comments

Comments
 (0)