diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -1,6 +1,7 @@  #![warn(missing_docs)]  // This is an HTML parser. HTML can be untrusted input from the internet.  #![forbid(unsafe_code)] +#![doc = concat!("[changelog]: ", file_url!("CHANGELOG.md"))]  #![doc = concat!("[the LICENSE file]: ", file_url!("LICENSE"))]  #![doc = include_str!("../README.md")] | 
