We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c24dd commit 8c83d01Copy full SHA for 8c83d01
objc2/src/rc/id_slice.rs renamed to objc2/src/rc/id_traits.rs
objc2/src/rc/mod.rs
@@ -29,13 +29,13 @@
29
mod autorelease;
30
mod id;
31
mod id_forwarding_impls;
32
-mod id_slice;
+mod id_traits;
33
mod ownership;
34
mod weak_id;
35
36
pub use self::autorelease::{autoreleasepool, AutoreleasePool, AutoreleaseSafe};
37
pub use self::id::Id;
38
-pub use self::id_slice::{IdSlice, IdSliceMut};
+pub use self::id_traits::{IdSlice, IdSliceMut};
39
pub use self::ownership::{Owned, Ownership, Shared};
40
pub use self::weak_id::WeakId;
41
0 commit comments