There was an error while loading. Please reload this page.
1 parent e3be756 commit e0aba30Copy full SHA for e0aba30
1 file changed
src/platform/macos/view.rs
@@ -24,7 +24,6 @@ use objc2_app_kit::{
24
};
25
use objc2_foundation::{NSArray, NSNotification, NSPoint, NSRect, NSSize, NSString};
26
use std::cell::{Cell, RefCell};
27
-use std::cmp::min;
28
use std::rc::Rc;
29
30
pub enum ViewParentingType {
0 commit comments