Doc fixes.

This commit is contained in:
Stephen Chung
2022-02-10 08:31:41 +08:00
parent 8c5de09446
commit 1c89c6be4f
2 changed files with 13 additions and 6 deletions

View File

@@ -10,8 +10,7 @@ use std::fmt;
#[cfg(feature = "no_std")]
use std::prelude::v1::*;
/// _(internals)_ Error encountered when tokenizing the script text.
/// Exported under the `internals` feature only.
/// Error encountered when tokenizing the script text.
#[derive(Debug, Eq, PartialEq, Clone, Hash)]
#[non_exhaustive]
pub enum LexError {