Skip to content

Commit 258da58

Browse files
authored
Rollup merge of #146241 - hkBst:context-1, r=jieyouxu
rustc_infer: change top-level doc comment to inner
2 parents 850bbdd + 0e2224b commit 258da58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_infer/src/infer/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
///! Definition of `InferCtxtLike` from the librarified type layer.
1+
//! Definition of `InferCtxtLike` from the librarified type layer.
22
use rustc_hir::def_id::DefId;
33
use rustc_middle::traits::ObligationCause;
44
use rustc_middle::ty::relate::RelateResult;

0 commit comments

Comments
 (0)