Skip to content

Commit

Permalink
fix imports in example
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchantey authored and vldm committed Oct 9, 2023
1 parent 8035228 commit ff8c6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use std::convert::TryFrom;

use eyre::bail;
use quote::quote;
use rstml::{parse2, Node, NodeAttribute, NodeElement, NodeText};
use rstml::{parse2, node::{Node, NodeAttribute, NodeElement, NodeText}};

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

0 comments on commit ff8c6c5

Please sign in to comment.