Skip to content

Commit 3688c30

Browse files
authored
Rollup merge of #147433 - theemathas:theemathas-patch-1, r=chenyukang
Fix doc comment
2 parents 02593be + 0fe466c commit 3688c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/thir.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ pub enum PatKind<'tcx> {
839839
/// exhaustiveness to cover exactly its own value, similar to `&str`, but these values are
840840
/// much simpler.
841841
/// * raw pointers derived from integers, other raw pointers will have already resulted in an
842-
// error.
842+
/// error.
843843
/// * `String`, if `string_deref_patterns` is enabled.
844844
Constant {
845845
value: ty::Value<'tcx>,

0 commit comments

Comments
 (0)