We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07fe27 commit 6e78ddfCopy full SHA for 6e78ddf
cocoa-foundation/src/foundation.rs
@@ -229,7 +229,7 @@ pub trait NSProcessInfo: Sized {
229
msg_send![class!(NSProcessInfo), processInfo]
230
}
231
232
- unsafe fn systemUptime(_: Self) -> NSTimeInterval;
+ unsafe fn systemUptime(self) -> NSTimeInterval;
233
unsafe fn processName(self) -> id;
234
unsafe fn operatingSystemVersion(self) -> NSOperatingSystemVersion;
235
unsafe fn isOperatingSystemAtLeastVersion(self, version: NSOperatingSystemVersion) -> bool;
0 commit comments