diff options
| author | Martin Fischer <martin@push-f.com> | 2021-11-29 15:23:32 +0100 | 
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2021-11-29 15:24:37 +0100 | 
| commit | 20c0bdba6386a72dffa9fa55c4bb6d4fffd378ca (patch) | |
| tree | 84e6ad77f03c21bea8d30c3b6560a397e30086e0 /src/tokenizer/mod.rs | |
| parent | 921a0354873c3038acfe3fb121fac31992fb849d (diff) | |
docs: fix link & remove outdated comment
Diffstat (limited to 'src/tokenizer/mod.rs')
| -rw-r--r-- | src/tokenizer/mod.rs | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/src/tokenizer/mod.rs b/src/tokenizer/mod.rs index 38b9a69..fa01be8 100644 --- a/src/tokenizer/mod.rs +++ b/src/tokenizer/mod.rs @@ -76,9 +76,6 @@ pub struct TokenizerOpts {      /// Last start tag.  Only the test runner should use a      /// non-`None` value! -    /// -    /// FIXME: Can't use Tendril because we want TokenizerOpts -    /// to be Send.      pub last_start_tag_name: Option<String>,  } | 
