@@ -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).
712711Apache-2.0 OR MIT, at your option.
713712
714713</details >
714+
0 commit comments