From e3987b14d13d9a99373d359c1dcc69852a9e8230 Mon Sep 17 00:00:00 2001 From: Alex Povel Date: Sat, 7 Oct 2023 12:51:25 +0200 Subject: [PATCH] chore: Remove outdated crate documentation Replace later when stable --- src/lib.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 6f550f71..67172395 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -11,12 +11,6 @@ #![allow(clippy::multiple_crate_versions)] #![allow(missing_docs)] #![allow(clippy::module_name_repetitions)] -//! Substitute alternative, ASCII-only spellings of special characters with their -//! Unicode equivalents. -//! -//! Given an input text and a list of stages to use, processes the input, applying each -//! stage in order, like a pipeline. In fact, the result should be the same as if you -//! piped using a shell, but processing will be more performant. use crate::scoping::ScopedViewBuilder; pub use crate::stages::Stage;