We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738d5a7 commit 11caebeCopy full SHA for 11caebe
crates/ra_project_model/src/lib.rs
@@ -372,7 +372,7 @@ fn find_cargo_toml(path: &Path) -> Result<PathBuf> {
372
}
373
curr = path.parent();
374
375
- Err(Box::new(CargoTomlNotFoundError(path.to_path_buf())))
+ Err(CargoTomlNotFoundError(path.to_path_buf()))?
376
377
378
pub fn get_rustc_cfg_options() -> CfgOptions {
0 commit comments