Don't add --all-targets to runnables for no-std crates

This commit is contained in:
Lukas Wirth 2023-05-26 22:41:32 +02:00
parent 7c81fff520
commit bbd9e41606
6 changed files with 47 additions and 13 deletions

View file

@ -366,6 +366,8 @@ pub mod known {
crate_type,
derive,
global_allocator,
no_core,
no_std,
test,
test_case,
recursion_limit,