Fix redundant explicit link in rustc_borrowck
This commit is contained in:
parent
e17d2da2fc
commit
297ff8c97e
@ -30,7 +30,7 @@
|
|||||||
/// will be retrieved.
|
/// will be retrieved.
|
||||||
#[derive(Debug, Copy, Clone)]
|
#[derive(Debug, Copy, Clone)]
|
||||||
pub enum ConsumerOptions {
|
pub enum ConsumerOptions {
|
||||||
/// Retrieve the [`Body`] along with the [`BorrowSet`](super::borrow_set::BorrowSet)
|
/// Retrieve the [`Body`] along with the [`BorrowSet`]
|
||||||
/// and [`RegionInferenceContext`]. If you would like the body only, use
|
/// and [`RegionInferenceContext`]. If you would like the body only, use
|
||||||
/// [`TyCtxt::mir_promoted`].
|
/// [`TyCtxt::mir_promoted`].
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user