From 9bb441880d67c681db734cbe7e099ef068a9e4bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Brzezi=C5=84ski?= Date: Thu, 29 Aug 2024 14:12:01 +0300 Subject: [PATCH] Remove unused imports in example/tutorial macOS code Part-of: --- examples/src/examples-common.rs | 2 +- tutorials/src/tutorials-common.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/src/examples-common.rs b/examples/src/examples-common.rs index cf307b405..aec68ddd0 100644 --- a/examples/src/examples-common.rs +++ b/examples/src/examples-common.rs @@ -29,7 +29,7 @@ where delegate, }; use objc::{ - class, msg_send, + msg_send, runtime::{Object, Sel}, sel, sel_impl, }; diff --git a/tutorials/src/tutorials-common.rs b/tutorials/src/tutorials-common.rs index cf307b405..aec68ddd0 100644 --- a/tutorials/src/tutorials-common.rs +++ b/tutorials/src/tutorials-common.rs @@ -29,7 +29,7 @@ where delegate, }; use objc::{ - class, msg_send, + msg_send, runtime::{Object, Sel}, sel, sel_impl, };