diff options
author | Martin Fischer <martin@push-f.com> | 2023-09-03 23:02:01 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2023-09-03 23:02:01 +0200 |
commit | 0c590e90564870fa8600460c866c7395b7d865cd (patch) | |
tree | d702e200ed5b815a32b6bbd3cf7c6e8c5c370c9c /src/lib.rs | |
parent | 6e6bbcd053c6114a9fa75052b09e701eaa2f3465 (diff) |
docs: add spans example
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ // This is an HTML parser. HTML can be untrusted input from the internet. #![forbid(clippy::undocumented_unsafe_blocks)] #![forbid(clippy::multiple_unsafe_ops_per_block)] +#![doc = concat!("[`examples/spans.rs`]: ", file_url!("examples/spans.rs"))] #![doc = concat!("[changelog]: ", file_url!("CHANGELOG.md"))] #![doc = concat!("[the LICENSE file]: ", file_url!("LICENSE"))] #![doc = include_str!("../README.md")] |