mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
fix: Fix runnables trying to add doc tests in the crate root from #[macro_export] macros
This commit is contained in:
parent
bd17933c31
commit
828196be3b
6 changed files with 98 additions and 3 deletions
|
@ -447,7 +447,7 @@ impl NameRefClass {
|
|||
|
||||
impl_from!(
|
||||
Field, Module, Function, Adt, Variant, Const, Static, Trait, TypeAlias, BuiltinType, Local,
|
||||
GenericParam, Label
|
||||
GenericParam, Label, Macro
|
||||
for Definition
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue