Mark Rustdoc test as Linux-only

Due to incorrect CI configuration, this test was not being run on
macOS. aarch64-apple-darwin will start running it, so we correct the
configuration.
This commit is contained in:
Jake Goulding 2023-10-31 15:47:59 -04:00
parent fab1054e17
commit 469d34b39b

View File

@ -1,7 +1,7 @@
// aux-build:panic-handler.rs // aux-build:panic-handler.rs
// compile-flags: --document-private-items // compile-flags: --document-private-items
// build-pass // build-pass
// ignore-windows // only-linux
#![no_std] #![no_std]
#![no_main] #![no_main]