mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-04 10:50:15 +00:00
Bump salsa
This commit is contained in:
parent
76ee900d7c
commit
cbff4ae151
10 changed files with 83 additions and 280 deletions
|
@ -92,9 +92,7 @@ pub struct RootDatabase {
|
|||
impl std::panic::RefUnwindSafe for RootDatabase {}
|
||||
|
||||
#[salsa_macros::db]
|
||||
impl salsa::Database for RootDatabase {
|
||||
fn salsa_event(&self, _event: &dyn Fn() -> salsa::Event) {}
|
||||
}
|
||||
impl salsa::Database for RootDatabase {}
|
||||
|
||||
impl Drop for RootDatabase {
|
||||
fn drop(&mut self) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue