Rollup merge of #76994 - yuk1ty:fix-small-typo, r=estebank
fix small typo in docs and comments Fixed `the the` to `the`, as far as I found.
This commit is contained in:
commit
bcdbe79f0c
8 changed files with 8 additions and 8 deletions
|
@ -67,7 +67,7 @@ impl<'a> Parser<'a> {
|
|||
|
||||
/// Parse a type suitable for a function or function pointer parameter.
|
||||
/// The difference from `parse_ty` is that this version allows `...`
|
||||
/// (`CVarArgs`) at the top level of the the type.
|
||||
/// (`CVarArgs`) at the top level of the type.
|
||||
pub(super) fn parse_ty_for_param(&mut self) -> PResult<'a, P<Ty>> {
|
||||
self.parse_ty_common(AllowPlus::Yes, RecoverQPath::Yes, AllowCVariadic::Yes)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue