Skip to content

Commit 4461675

Browse files
committed
Unused
1 parent f82e0a5 commit 4461675

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

security-framework/src/lib.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#![cfg(any(target_os = "macos", target_os = "ios", target_os = "tvos", target_os = "watchos", target_os = "visionos"))]
22

3-
//! Wrappers around the OSX Security Framework.
3+
//! Wrappers around the macOS Security Framework.
44
#![warn(missing_docs)]
55
#![allow(non_upper_case_globals)]
66
#![allow(clippy::manual_non_exhaustive)] // MSRV
@@ -13,10 +13,6 @@ use core_foundation_sys::base::OSStatus;
1313
use security_framework_sys::base::errSecSuccess;
1414

1515
use crate::base::{Error, Result};
16-
#[cfg(target_os = "macos")]
17-
use crate::os::macos::access::SecAccess;
18-
#[cfg(target_os = "macos")]
19-
use crate::os::macos::keychain::SecKeychain;
2016

2117
#[cfg(test)]
2218
macro_rules! p {

0 commit comments

Comments
 (0)