Skip to content

Commit b671bdc

Browse files
committed
Updated FRU terminology.
1 parent 959a13d commit b671bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/render.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2277,7 +2277,7 @@ fn document_non_exhaustive(w: &mut fmt::Formatter, item: &clean::Item) -> fmt::R
22772277
Therefore, non-exhaustive structs cannot be constructed in external crates \
22782278
using the traditional <code>Struct {{ .. }}</code> syntax; cannot be \
22792279
matched against without a wildcard <code>..</code>; and \
2280-
functional-record-updates do not work.")?;
2280+
struct update syntax will not work.")?;
22812281
} else if item.is_enum() {
22822282
write!(w, "Non-exhaustive enums could have additional variants added in future. \
22832283
Therefore, when matching against variants of non-exhaustive enums, an \

0 commit comments

Comments
 (0)