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 3582052 commit 0a25bc1Copy full SHA for 0a25bc1
1 file changed
ratatui-macros/tests/ui/fails.stderr
@@ -50,3 +50,8 @@ error: argument never used
50
| ------- ^^^^^^^^^^^^^ argument never used
51
| |
52
| 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