mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
HirDatabase stored attributes
This commit is contained in:
parent
cc2d75d0f8
commit
cb3767f28a
5 changed files with 111 additions and 14 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
pub(crate) mod src;
|
||||
pub(crate) mod docs;
|
||||
pub(crate) mod attrs;
|
||||
|
||||
use std::sync::Arc;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue