fix macos

This commit is contained in:
Irving Ou 2024-02-07 12:46:30 -05:00
parent 52702119bb
commit 27f4d52c3d
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ fn main() -> io::Result<()> {
Ok(())
}
#[cfg(not(any(target_os = "linux", target_os = "windows")))]
#[cfg(target_os = "macos")]
fn main() {
println!("This example is not yet supported on this platform.");
}