pub fn update_crate_root(
db: &mut dyn Database,
config: &ProjectConfig,
crate_identifier: &CrateIdentifier,
root: Directory<'_>,
)Expand description
Updates a single crate root from a ProjectConfig.
If the crate defines settings in the config, they will be used.
The crate is identified by name and root directory.