Skip to content

Commit 11b6b09

Browse files
chore(readme): auto-refresh [skip ci]
1 parent 4927c94 commit 11b6b09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ masterror = { version = "0.11.0", default-features = false }
7070

7171
# with Axum/Actix + JSON + integrations
7272
# masterror = { version = "0.11.0", features = [
73-
7473
# "axum", "actix", "openapi", "serde_json",
7574
# "sqlx", "sqlx-migrate", "reqwest", "redis",
7675
# "validator", "config", "tokio", "multipart",
@@ -379,7 +378,7 @@ diagnostics.
379378

380379
| Specifier | `core::fmt` trait | Example output | Notes |
381380
|------------------|----------------------------|------------------------|-------|
382-
| *default* | `core::fmt::Display` | `value` | User-facing strings; `#` has no effect. |
381+
| _default_ | `core::fmt::Display` | `value` | User-facing strings; `#` has no effect. |
383382
| `:?` / `:#?` | `core::fmt::Debug` | `Struct { .. }` / multi-line | Mirrors `Debug`; `#` pretty-prints structs. |
384383
| `:x` / `:#x` | `core::fmt::LowerHex` | `0x2a` | Hexadecimal; `#` prepends `0x`. |
385384
| `:X` / `:#X` | `core::fmt::UpperHex` | `0x2A` | Uppercase hex; `#` prepends `0x`. |
@@ -712,3 +711,4 @@ MSRV = 1.90 (may raise in minor, never in patch).
712711
Apache-2.0 OR MIT, at your option.
713712

714713
</details>
714+

0 commit comments

Comments
 (0)