cleanup: Remove ParseSess::injected_crate_name
This commit is contained in:
parent
9722952f0b
commit
8766c0452c
5 changed files with 7 additions and 16 deletions
|
@ -407,7 +407,6 @@ pub fn print_after_parsing(
|
|||
annotation.pp_ann(),
|
||||
false,
|
||||
parse.edition,
|
||||
parse.injected_crate_name.get().is_some(),
|
||||
)
|
||||
})
|
||||
} else {
|
||||
|
@ -449,7 +448,6 @@ pub fn print_after_hir_lowering<'tcx>(
|
|||
annotation.pp_ann(),
|
||||
true,
|
||||
parse.edition,
|
||||
parse.injected_crate_name.get().is_some(),
|
||||
)
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue