Skip to content

Commit 0a25bc1

Browse files
authored
fix(tests): update the stderr snapshot for ratatui-macros (#2161)
New 🦀 broke the CI
1 parent 3582052 commit 0a25bc1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ratatui-macros/tests/ui/fails.stderr

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,8 @@ error: argument never used
5050
| ------- ^^^^^^^^^^^^^ argument never used
5151
| |
5252
| formatting specifier missing
53+
|
54+
help: format specifiers use curly braces, consider adding a format specifier
55+
|
56+
19 | let _ = span!("hello{}", "hello world");
57+
| ++

0 commit comments

Comments
 (0)