mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Cleanup some inert attribute stuff
This commit is contained in:
parent
09d7dcc143
commit
6f0207d594
17 changed files with 155 additions and 162 deletions
|
@ -513,6 +513,10 @@ where
|
|||
{
|
||||
self.storage.purge();
|
||||
}
|
||||
|
||||
pub fn storage(&self) -> &<Q as Query>::Storage {
|
||||
self.storage
|
||||
}
|
||||
}
|
||||
|
||||
/// Return value from [the `query_mut` method] on `Database`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue