mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Arc CrateData::cfg_options
This commit is contained in:
parent
336dee3415
commit
f3567bb604
7 changed files with 29 additions and 31 deletions
|
@ -189,8 +189,8 @@ impl ChangeFixture {
|
|||
meta.edition,
|
||||
Some(crate_name.clone().into()),
|
||||
version,
|
||||
meta.cfg.clone(),
|
||||
Some(meta.cfg),
|
||||
From::from(meta.cfg.clone()),
|
||||
Some(From::from(meta.cfg)),
|
||||
meta.env,
|
||||
false,
|
||||
origin,
|
||||
|
@ -227,8 +227,8 @@ impl ChangeFixture {
|
|||
Edition::CURRENT,
|
||||
Some(CrateName::new("test").unwrap().into()),
|
||||
None,
|
||||
default_cfg.clone(),
|
||||
Some(default_cfg),
|
||||
From::from(default_cfg.clone()),
|
||||
Some(From::from(default_cfg)),
|
||||
default_env,
|
||||
false,
|
||||
CrateOrigin::Local { repo: None, name: None },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue