Skip to content

Commit f571b62

Browse files
committed
minor: doc comment pat_util
1 parent 977ba46 commit f571b62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/hir_ty/src/diagnostics/match_check/pat_util.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
//! Pattern untilities.
2+
//!
3+
//! Originates from `rustc_hir::pat_util`
4+
15
use std::iter::{Enumerate, ExactSizeIterator};
26

37
pub(crate) struct EnumerateAndAdjust<I> {

0 commit comments

Comments
 (0)