diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emitter.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emitter.rs b/src/emitter.rs index 769d233..e441eb7 100644 --- a/src/emitter.rs +++ b/src/emitter.rs @@ -159,7 +159,7 @@ pub trait Emitter<R> {  }  /// The default implementation of [`Emitter`], used to produce tokens. -pub struct DefaultEmitter<R, S> { +pub struct DefaultEmitter<R, S = ()> {      current_characters: String,      current_token: Option<Token<S>>,      current_attribute: Option<(String, Attribute<S>)>,  | 
