]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_middle/src/ty/layout.rs
Rollup merge of #106441 - mllken:abstract-socket-noref, r=joshtriplett
[rust.git] / compiler / rustc_middle / src / ty / layout.rs
index 00f53afd6632854f824eb5df0d8256d61407ba18..dfd016569c27a51de3135d2dbcef1706291d9747 100644 (file)
@@ -879,7 +879,7 @@ fn ty_and_layout_pointee_info_at(
                     //
                     // If the niche is a pointer, it's either valid (according
                     // to its type), or null (which the niche field's scalar
-                    // validity range encodes).  This allows using
+                    // validity range encodes). This allows using
                     // `dereferenceable_or_null` for e.g., `Option<&T>`, and
                     // this will continue to work as long as we don't start
                     // using more niches than just null (e.g., the first page of