Skip to content

Commit 297ff8c

Browse files
committed
Fix redundant explicit link in rustc_borrowck
1 parent e17d2da commit 297ff8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_borrowck/src/consumers.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub use super::{
3030
/// will be retrieved.
3131
#[derive(Debug, Copy, Clone)]
3232
pub enum ConsumerOptions {
33-
/// Retrieve the [`Body`] along with the [`BorrowSet`](super::borrow_set::BorrowSet)
33+
/// Retrieve the [`Body`] along with the [`BorrowSet`]
3434
/// and [`RegionInferenceContext`]. If you would like the body only, use
3535
/// [`TyCtxt::mir_promoted`].
3636
///

0 commit comments

Comments
 (0)