Skip to content

Commit ff8c6c5

Browse files
mrchanteyvldm
authored andcommitted
fix imports in example
1 parent 8035228 commit ff8c6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use std::convert::TryFrom;
2424

2525
use eyre::bail;
2626
use quote::quote;
27-
use rstml::{parse2, Node, NodeAttribute, NodeElement, NodeText};
27+
use rstml::{parse2, node::{Node, NodeAttribute, NodeElement, NodeText}};
2828

2929
// Create HTML `TokenStream`.
3030
let tokens = quote! { <hello world>"hi"</hello> };

0 commit comments

Comments
 (0)