diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 6 | 
1 files changed, 1 insertions, 5 deletions
| @@ -7,11 +7,7 @@  // option. This file may not be copied, modified, or distributed  // except according to those terms. -/*! -The HTML5 tokenizer from the [html5ever](https://crates.io/crates/html5ever) -crate, repackaged with its dependencies removed. -*/ - +#![doc = include_str!("../README.md")]  #![crate_type = "dylib"]  #![cfg_attr(test, deny(warnings))]  #![allow(unused_parens)] | 
