StableSourceFileId::new_from_pieces does not need to be public.
(and I want to discourage further use of it if possible.)
This commit is contained in:
parent
0e9e408310
commit
905d738b1a
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ impl StableSourceFileId {
|
|||
)
|
||||
}
|
||||
|
||||
pub fn new_from_pieces(
|
||||
fn new_from_pieces(
|
||||
name: &FileName,
|
||||
name_was_remapped: bool,
|
||||
unmapped_path: Option<&FileName>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue