Skip to content

Commit

Permalink
chore: Remove outdated crate documentation
Browse files Browse the repository at this point in the history
Replace later when stable
  • Loading branch information
alexpovel committed Oct 7, 2023
1 parent b18e2ff commit e3987b1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e3987b1

Please sign in to comment.