Cleanup some inert attribute stuff

This commit is contained in:
Lukas Wirth 2024-06-04 12:31:04 +02:00
parent 09d7dcc143
commit 6f0207d594
17 changed files with 155 additions and 162 deletions

View file

@ -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`.