mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 07:04:18 +00:00
Ignore no_std-test on windows and macos
This commit is contained in:
parent
a922f800af
commit
dabf599c90
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
// ignore-macos
|
||||
// ignore-windows
|
||||
|
||||
#![feature(lang_items, link_args, start, libc)]
|
||||
#![link_args = "-nostartfiles"]
|
||||
#![no_std]
|
||||
|
|
Loading…
Reference in a new issue