From 4c6510bee5ce2b9f9281309dc27f848f2bd3af2c Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Mon, 18 May 2020 16:12:01 +0100 Subject: [PATCH] Typo Co-authored-by: varkor --- src/librustc_mir_build/hair/pattern/_match.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_mir_build/hair/pattern/_match.rs b/src/librustc_mir_build/hair/pattern/_match.rs index fa6af2dad75b..d08319e8327f 100644 --- a/src/librustc_mir_build/hair/pattern/_match.rs +++ b/src/librustc_mir_build/hair/pattern/_match.rs @@ -982,7 +982,7 @@ impl<'tcx> Constructor<'tcx> { } } -/// Some fields need to be explicitely hidden away in certain cases; see the comment above the +/// Some fields need to be explicitly hidden away in certain cases; see the comment above the /// `Fields` struct. This struct represents such a potentially-hidden field. When a field is hidden /// we still keep its type around. #[derive(Debug, Copy, Clone)]