mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Add AttrsWithOwner
and clean up source_map
This commit is contained in:
parent
fc5f73de45
commit
636de3c709
5 changed files with 216 additions and 155 deletions
|
@ -89,7 +89,7 @@ pub use crate::{
|
|||
pub use {
|
||||
hir_def::{
|
||||
adt::StructKind,
|
||||
attr::{Attr, Attrs, Documentation},
|
||||
attr::{Attr, Attrs, AttrsWithOwner, Documentation},
|
||||
body::scope::ExprScopes,
|
||||
find_path::PrefixKind,
|
||||
import_map,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue