mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Don't add --all-targets to runnables for no-std crates
This commit is contained in:
parent
7c81fff520
commit
bbd9e41606
6 changed files with 47 additions and 13 deletions
|
@ -366,6 +366,8 @@ pub mod known {
|
|||
crate_type,
|
||||
derive,
|
||||
global_allocator,
|
||||
no_core,
|
||||
no_std,
|
||||
test,
|
||||
test_case,
|
||||
recursion_limit,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue