We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453a88f commit 37c641cCopy full SHA for 37c641c
tests/formatter.rs
@@ -2400,7 +2400,7 @@ fn secondary_title_no_level_text() {
2400
.element(
2401
Level::NOTE
2402
.no_name()
2403
- .title("expected reference `&str`\nfound reference `&'static [u8; 0]`"),
+ .message("expected reference `&str`\nfound reference `&'static [u8; 0]`"),
2404
),
2405
];
2406
@@ -2445,7 +2445,7 @@ fn secondary_title_custom_level_text() {
2445
2446
2447
.with_name(Some("custom"))
2448
2449
2450
2451
0 commit comments