From 0c590e90564870fa8600460c866c7395b7d865cd Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 3 Sep 2023 23:02:01 +0200 Subject: docs: add spans example --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index 5638a02..6f0cdd0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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")] -- cgit v1.2.3