Fix a typo in the find_anon_type
doc
This commit is contained in:
parent
247337f409
commit
5091209750
@ -19,7 +19,7 @@
|
||||
/// { x.push(y); }
|
||||
/// ```
|
||||
/// The function returns the nested type corresponding to the anonymous region
|
||||
/// for e.g., `&u8` and Vec<`&u8`.
|
||||
/// for e.g., `&u8` and `Vec<&u8>`.
|
||||
pub(crate) fn find_anon_type(
|
||||
tcx: TyCtxt<'tcx>,
|
||||
region: Region<'tcx>,
|
||||
|
Loading…
Reference in New Issue
Block a user