mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-16 13:48:26 +00:00
Fix trailing comma in head doctest
This commit is contained in:
parent
4c2733222d
commit
9fb92f30a6
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
error: Attributes must be separated by commas
|
||||
= help: Did you forget a comma?
|
||||
--> tests/rsx/trailing-comma-0.rs:9:13
|
||||
|
|
||||
9 | class: "foo bar"
|
||||
| ^^^^^
|
||||
|
|
||||
= help: Did you forget a comma?
|
||||
|
|
|
@ -324,7 +324,7 @@ impl StyleProps {
|
|||
/// body {{
|
||||
/// background-color: red;
|
||||
/// }}
|
||||
/// "#,
|
||||
/// "#
|
||||
/// }
|
||||
/// }
|
||||
/// }
|
||||
|
|
Loading…
Add table
Reference in a new issue