mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-16 09:48:10 +00:00
Merge #9463
9463: fix: Remove incorrect std dep r=jonas-schievink a=jonas-schievink libstd doesn't actually depend on `proc_macro`. cc https://github.com/rust-analyzer/rust-analyzer/pull/9456#issuecomment-873005974 bors r+ Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
This commit is contained in:
commit
a8563c5942
1 changed files with 0 additions and 1 deletions
|
@ -210,7 +210,6 @@ core
|
|||
panic_abort
|
||||
panic_unwind
|
||||
profiler_builtins
|
||||
proc_macro
|
||||
std_detect
|
||||
term
|
||||
test
|
||||
|
|
Loading…
Reference in a new issue