Skip to content

Commit

Permalink
rm Clone func
Browse files Browse the repository at this point in the history
  • Loading branch information
oligamiq committed Dec 15, 2023
1 parent 9f255a5 commit 9720382
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/iphone/objc/nick_name.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use objc::{class, msg_send};
use crate::iphone::util::id;

#[repr(transparent)]
#[derive(Clone)]
pub struct NickName(pub Arc<RwLock<id>>);

impl Debug for NickName {
Expand Down

0 comments on commit 9720382

Please sign in to comment.