Skip to content

Commit

Permalink
Merge branch 'master' into feature-renderable_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
markzporter authored Jan 5, 2025
2 parents e9d2407 + 7ada1b7 commit 5601ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ use crate::{
/// }
/// ```
///
/// ## Performance considations
/// ## Performance considerations
/// Generally speaking, this crate assumes that the [`Render`] implementation is quite
/// fast. For each item, the [`Render`] implementation is first called to generate the match
/// objects, and then if the item is not ASCII, [`Render`] is called again in order to render
Expand Down

0 comments on commit 5601ea1

Please sign in to comment.