Skip to content

Commit

Permalink
NodeValue : + Send
Browse files Browse the repository at this point in the history
  • Loading branch information
alari committed Aug 23, 2024
1 parent 2d7c085 commit 4d52ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ impl Default for Node {
}

/// Contents of the specific AST node.
pub trait NodeValue : Debug + Downcast {
pub trait NodeValue : Debug + Downcast + Send {
/// Output HTML corresponding to this node using Renderer API.
///
/// Example implementation looks like this:
Expand Down

0 comments on commit 4d52ea9

Please sign in to comment.