diff options
Diffstat (limited to 'crates/ra_ide/src')
-rw-r--r-- | crates/ra_ide/src/change.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide/src/change.rs b/crates/ra_ide/src/change.rs index f92950b71..8b197d642 100644 --- a/crates/ra_ide/src/change.rs +++ b/crates/ra_ide/src/change.rs | |||
@@ -201,7 +201,7 @@ impl RootDatabase { | |||
201 | libraries.push(library.root_id); | 201 | libraries.push(library.root_id); |
202 | self.set_source_root_with_durability( | 202 | self.set_source_root_with_durability( |
203 | library.root_id, | 203 | library.root_id, |
204 | Default::default(), | 204 | Arc::new(SourceRoot::new_library()), |
205 | Durability::HIGH, | 205 | Durability::HIGH, |
206 | ); | 206 | ); |
207 | self.set_library_symbols_with_durability( | 207 | self.set_library_symbols_with_durability( |