diff options
author | Lukas Wirth <[email protected]> | 2021-03-16 20:05:07 +0000 |
---|---|---|
committer | Lukas Wirth <[email protected]> | 2021-03-16 20:15:26 +0000 |
commit | c766492d2625dba65c3bd933841c71938f6dc747 (patch) | |
tree | 79fc22c7f6018bafa8856fa52494646ebf9781d3 /crates/hir | |
parent | 3daa302cd39c779cae0b096972f2fdc3e67e214c (diff) |
Properly handle doc attributes in doc-comment highlight injection
Diffstat (limited to 'crates/hir')
-rw-r--r-- | crates/hir/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir/src/lib.rs b/crates/hir/src/lib.rs index ad79a79f8..265a084f3 100644 --- a/crates/hir/src/lib.rs +++ b/crates/hir/src/lib.rs | |||
@@ -89,7 +89,7 @@ pub use crate::{ | |||
89 | pub use { | 89 | pub use { |
90 | hir_def::{ | 90 | hir_def::{ |
91 | adt::StructKind, | 91 | adt::StructKind, |
92 | attr::{Attrs, Documentation}, | 92 | attr::{Attr, Attrs, Documentation}, |
93 | body::scope::ExprScopes, | 93 | body::scope::ExprScopes, |
94 | find_path::PrefixKind, | 94 | find_path::PrefixKind, |
95 | import_map, | 95 | import_map, |