diff options
| author | 2022-07-28 16:51:25 +0200 | |
|---|---|---|
| committer | 2022-07-28 16:51:25 +0200 | |
| commit | 6f61649ac8d08fff85a99172afbf4cd852dda2e6 (patch) | |
| tree | fecb8227527337613c85ba731d7a01f270330a7f /src/construct | |
| parent | f7e5fb852dc9c416b9eeb1f0d4f2d51ba5b68456 (diff) | |
| download | markdown-rs-6f61649ac8d08fff85a99172afbf4cd852dda2e6.tar.gz markdown-rs-6f61649ac8d08fff85a99172afbf4cd852dda2e6.tar.bz2 markdown-rs-6f61649ac8d08fff85a99172afbf4cd852dda2e6.zip | |
Refactor to use `debug_assert`
Diffstat (limited to '')
| -rw-r--r-- | src/construct/html_flow.rs | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/construct/html_flow.rs b/src/construct/html_flow.rs index 238963d..e2b66e5 100644 --- a/src/construct/html_flow.rs +++ b/src/construct/html_flow.rs @@ -399,7 +399,6 @@ fn tag_name(tokenizer: &mut Tokenizer, mut info: Info) -> State {              .serialize()              .trim()              .to_lowercase(); -            println!("name: {:?}", name);              if !slash && info.start_tag && HTML_RAW_NAMES.contains(&name.as_str()) {                  info.kind = Kind::Raw; | 
