summaryrefslogtreecommitdiffstats
path: root/third_party/rust/metal/src/device.rs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/metal/src/device.rs')
-rw-r--r--third_party/rust/metal/src/device.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/third_party/rust/metal/src/device.rs b/third_party/rust/metal/src/device.rs
index 11b5575577..75061cc497 100644
--- a/third_party/rust/metal/src/device.rs
+++ b/third_party/rust/metal/src/device.rs
@@ -8,8 +8,7 @@
use super::*;
use block::{Block, ConcreteBlock};
-use foreign_types::ForeignType;
-use objc::runtime::{Object, NO, YES};
+use objc::runtime::{NO, YES};
use std::{ffi::CStr, os::raw::c_char, path::Path, ptr};