Lock down test platform implementation

This commit is contained in:
Mikayla 2024-01-20 14:56:50 -08:00
parent 017661818d
commit 4184686e8d
No known key found for this signature in database
9 changed files with 20 additions and 33 deletions

View file

@ -38,7 +38,7 @@ pub use keystroke::*;
#[cfg(target_os = "macos")]
pub(crate) use mac::*;
#[cfg(any(test, feature = "test-support"))]
pub use test::*;
pub(crate) use test::*;
use time::UtcOffset;
#[cfg(target_os = "macos")]