Co-authored-by: varkor <github@varkor.com>
This commit is contained in:
Nadrieril 2020-05-18 16:12:01 +01:00 committed by GitHub
parent c6f0947ddb
commit 4c6510bee5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)]