fix(tests): update the stderr snapshot for ratatui-macros (#2161)

New 🦀 broke the CI
This commit is contained in:
Orhun Parmaksız
2025-10-31 19:46:57 +03:00
committed by GitHub
parent 3582052c30
commit 0a25bc166d

View File

@@ -50,3 +50,8 @@ error: argument never used
| ------- ^^^^^^^^^^^^^ argument never used
| |
| formatting specifier missing
|
help: format specifiers use curly braces, consider adding a format specifier
|
19 | let _ = span!("hello{}", "hello world");
| ++