about summary refs log tree commit diff
path: root/compiler/rustc_infer
diff options
context:
space:
mode:
authorMarijn Schouten <mhkbst@gmail.com>2025-09-05 12:43:47 +0000
committerMarijn Schouten <mhkbst@gmail.com>2025-09-05 12:43:47 +0000
commit0e2224b1bfa48b5a1451cad55cb40fc193fb5df3 (patch)
tree01891e3ab358160a602f530b579339f3f3de6d40 /compiler/rustc_infer
parentad85bc524b1ad696e42061ad8338d382dffbdbe5 (diff)
downloadrust-0e2224b1bfa48b5a1451cad55cb40fc193fb5df3.tar.gz
rust-0e2224b1bfa48b5a1451cad55cb40fc193fb5df3.zip
rustc_infer: change top-level doc comment to inner
Diffstat (limited to 'compiler/rustc_infer')
-rw-r--r--compiler/rustc_infer/src/infer/context.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_infer/src/infer/context.rs b/compiler/rustc_infer/src/infer/context.rs
index bb9c8850093..8265fccabc9 100644
--- a/compiler/rustc_infer/src/infer/context.rs
+++ b/compiler/rustc_infer/src/infer/context.rs
@@ -1,4 +1,4 @@
-///! Definition of `InferCtxtLike` from the librarified type layer.
+//! Definition of `InferCtxtLike` from the librarified type layer.
 use rustc_hir::def_id::DefId;
 use rustc_middle::traits::ObligationCause;
 use rustc_middle::ty::relate::RelateResult;