Properly handle doc attributes in doc-comment highlight injection

This commit is contained in:
Lukas Wirth 2021-03-16 21:05:07 +01:00
parent 3daa302cd3
commit c766492d26
5 changed files with 84 additions and 8 deletions

View file

@ -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,