Fix redundant explicit link in rustc_borrowck

This commit is contained in:
Kyle Lin 2023-08-19 02:22:13 +08:00
parent e17d2da2fc
commit 297ff8c97e
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ pub use super::{
/// will be retrieved.
#[derive(Debug, Copy, Clone)]
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
/// [`TyCtxt::mir_promoted`].
///