From 6e9447b5ec7f1823b7d08ed8f51eed23d3856cce Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 28 Jun 2022 16:54:37 +0200 Subject: Add docs to label end --- src/construct/partial_destination.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/construct/partial_destination.rs') diff --git a/src/construct/partial_destination.rs b/src/construct/partial_destination.rs index 05f5060..71e26df 100644 --- a/src/construct/partial_destination.rs +++ b/src/construct/partial_destination.rs @@ -1,4 +1,4 @@ -//! Destination occurs in [definition][] and label end. +//! Destination occurs in [definition][] and [label end][]. //! //! They’re formed with the following BNF: //! @@ -68,9 +68,8 @@ //! [string]: crate::content::string //! [character_escape]: crate::construct::character_escape //! [character_reference]: crate::construct::character_reference +//! [label_end]: crate::construct::label_end //! [sanitize_uri]: crate::util::sanitize_uri -//! -//! use crate::tokenizer::{Code, ContentType, State, StateFnResult, TokenType, Tokenizer}; -- cgit