mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Properly handle doc attributes in doc-comment highlight injection
This commit is contained in:
parent
3daa302cd3
commit
c766492d26
5 changed files with 84 additions and 8 deletions
|
@ -89,7 +89,7 @@ pub use crate::{
|
|||
pub use {
|
||||
hir_def::{
|
||||
adt::StructKind,
|
||||
attr::{Attrs, Documentation},
|
||||
attr::{Attr, Attrs, Documentation},
|
||||
body::scope::ExprScopes,
|
||||
find_path::PrefixKind,
|
||||
import_map,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue