Skip to content

Commit 2f95fd7

Browse files
committed
wip
1 parent 0a1bb60 commit 2f95fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use crate::tokenizer::{Kind as T, Token, TokenStream};
1515
/// It is used to make the AST generic over the string type.
1616
pub trait Text<'a>
1717
where
18-
Self: 'a + Serialize + Deserialize<'a>,
18+
Self: 'a,
1919
{
2020
type Value: 'a
2121
+ From<&'a str>

0 commit comments

Comments
 (0)