Another pass of #[allow()] removal (#3825)
We still have a bunch of leftovers in ui2/theme2 and in gpui2 display_link module. Release Notes: - N/A
This commit is contained in:
parent
1c20a7fc37
commit
d185fca80c
7 changed files with 3 additions and 40 deletions
|
@ -74,7 +74,6 @@ const NSWindowAnimationBehaviorUtilityWindow: NSInteger = 4;
|
|||
#[allow(non_upper_case_globals)]
|
||||
const NSViewLayerContentsRedrawDuringViewResize: NSInteger = 2;
|
||||
// https://developer.apple.com/documentation/appkit/nsdragoperation
|
||||
#[allow(non_upper_case_globals)]
|
||||
type NSDragOperation = NSUInteger;
|
||||
#[allow(non_upper_case_globals)]
|
||||
const NSDragOperationNone: NSDragOperation = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue