fix a comment in validity check

This commit is contained in:
Ralf Jung
2020-10-28 10:39:21 +01:00
parent 56d288fa46
commit c90ef979de
+1 -2
View File
@@ -559,9 +559,8 @@ fn try_visit_primitive(
// Nothing to check.
Ok(true)
}
// The above should be all the (inhabited) primitive types. The rest is compound, we
// The above should be all the primitive types. The rest is compound, we
// check them by visiting their fields/variants.
// (`Str` UTF-8 check happens in `visit_aggregate`, too.)
ty::Adt(..)
| ty::Tuple(..)
| ty::Array(..)