Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide/src/lib.rs')
| -rw-r--r-- | crates/ide/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide/src/lib.rs b/crates/ide/src/lib.rs index aab5ceda36..07a7fbd783 100644 --- a/crates/ide/src/lib.rs +++ b/crates/ide/src/lib.rs @@ -233,7 +233,7 @@ impl Analysis { cfg_options.clone(), cfg_options, Env::default(), - Default::default(), + Ok(Vec::new()), false, CrateOrigin::CratesIo { repo: None }, ); |