Adjust some pub
s.
This commit is contained in:
parent
8dc84fa7d1
commit
30d6f63b4e
32 changed files with 81 additions and 81 deletions
|
@ -1000,7 +1000,7 @@ fn expand_format_args_impl<'cx>(
|
|||
})
|
||||
}
|
||||
|
||||
pub fn expand_format_args<'cx>(
|
||||
pub(crate) fn expand_format_args<'cx>(
|
||||
ecx: &'cx mut ExtCtxt<'_>,
|
||||
sp: Span,
|
||||
tts: TokenStream,
|
||||
|
@ -1008,7 +1008,7 @@ pub fn expand_format_args<'cx>(
|
|||
expand_format_args_impl(ecx, sp, tts, false)
|
||||
}
|
||||
|
||||
pub fn expand_format_args_nl<'cx>(
|
||||
pub(crate) fn expand_format_args_nl<'cx>(
|
||||
ecx: &'cx mut ExtCtxt<'_>,
|
||||
sp: Span,
|
||||
tts: TokenStream,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue