File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ diagnostics.
379379
380380| Specifier | ` core::fmt ` trait | Example output | Notes |
381381| ------------------| ----------------------------| ------------------------| -------|
382- | _ default _ | ` core::fmt::Display ` | ` value ` | User-facing strings; ` # ` has no effect. |
382+ | * default * | ` core::fmt::Display ` | ` value ` | User-facing strings; ` # ` has no effect. |
383383| ` :? ` / ` :#? ` | ` core::fmt::Debug ` | ` Struct { .. } ` / multi-line | Mirrors ` Debug ` ; ` # ` pretty-prints structs. |
384384| ` :x ` / ` :#x ` | ` core::fmt::LowerHex ` | ` 0x2a ` | Hexadecimal; ` # ` prepends ` 0x ` . |
385385| ` :X ` / ` :#X ` | ` core::fmt::UpperHex ` | ` 0x2A ` | Uppercase hex; ` # ` prepends ` 0x ` . |
@@ -579,6 +579,8 @@ assert_eq!(resp.status, 401);
579579
580580</details >
581581
582+ </details >
583+
582584<details >
583585 <summary ><b >Feature flags</b ></summary >
584586
Original file line number Diff line number Diff line change @@ -572,6 +572,8 @@ assert_eq!(resp.status, 401);
572572
573573</details >
574574
575+ </details >
576+
575577<details >
576578 <summary ><b >Feature flags</b ></summary >
577579
You can’t perform that action at this time.
0 commit comments