diff options
| author | Nadrieril <Nadrieril@users.noreply.github.com> | 2020-05-18 16:12:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-18 16:12:01 +0100 |
| commit | 4c6510bee5ce2b9f9281309dc27f848f2bd3af2c (patch) | |
| tree | 37832cbcd52b8e0db0097b46af4ad61c2405176a | |
| parent | c6f0947ddbf75a35287787ce6a45740ac9662d32 (diff) | |
| download | rust-4c6510bee5ce2b9f9281309dc27f848f2bd3af2c.tar.gz rust-4c6510bee5ce2b9f9281309dc27f848f2bd3af2c.zip | |
Typo
Co-authored-by: varkor <github@varkor.com>
| -rw-r--r-- | src/librustc_mir_build/hair/pattern/_match.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_mir_build/hair/pattern/_match.rs b/src/librustc_mir_build/hair/pattern/_match.rs index fa6af2dad75..d08319e8327 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)] |
