Skip to content

Commit 0e2224b

Browse files
committed
rustc_infer: change top-level doc comment to inner
1 parent ad85bc5 commit 0e2224b

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)