Change as_tag_tuple to work by reference

This commit is contained in:
Armin Ronacher 2021-01-24 11:25:27 +01:00
parent 16d1eea8fc
commit 1baa23ddcc
3 changed files with 4 additions and 2 deletions

View file

@ -28,5 +28,6 @@
//! gains the ability to diff on a grapheme instead of character level. This
//! is particularly useful when working with text containing emojis.
//! * `text`: this feature is enabled by default and enables the [`text`] module.
//! If the crate is used without default features it's removed.
pub mod algorithms;
pub mod text;