diff options
| author | Noah Lev <camelidcamel@gmail.com> | 2021-09-21 19:15:29 -0700 |
|---|---|---|
| committer | Noah Lev <camelidcamel@gmail.com> | 2021-09-21 19:17:31 -0700 |
| commit | fcb837b163dce03f77573c5bb2202958fd6584aa (patch) | |
| tree | 9915f51e01f1fdc3e9324f4f34b3d4aefefc0139 | |
| parent | 490a8cf573eacdc0adbe5fba0895aad4a100baca (diff) | |
| download | rust-fcb837b163dce03f77573c5bb2202958fd6584aa.tar.gz rust-fcb837b163dce03f77573c5bb2202958fd6584aa.zip | |
rustdoc: Emphasize "completely unstable"
| -rw-r--r-- | src/librustdoc/html/render/print_item.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/render/print_item.rs b/src/librustdoc/html/render/print_item.rs index b2730bf6d95..3104cb3a3dd 100644 --- a/src/librustdoc/html/render/print_item.rs +++ b/src/librustdoc/html/render/print_item.rs @@ -1663,7 +1663,7 @@ fn document_type_layout(w: &mut Buffer, cx: &Context<'_>, ty_def_id: DefId) { writeln!( w, "<div class=\"warning\"><p><strong>Note:</strong> Most layout information is \ - completely unstable and may even differ between compilations. \ + <strong>completely unstable</strong> and may even differ between compilations. \ The only exception is types with certain <code>repr(...)</code> attributes. \ Please see the Rust Reference’s \ <a href=\"https://doc.rust-lang.org/reference/type-layout.html\">“Type Layout”</a> \ |
