Lint
This commit is contained in:
parent
7eb740cd4c
commit
9f09b07de9
16 changed files with 191 additions and 114 deletions
|
|
@ -234,6 +234,7 @@ where
|
|||
}
|
||||
|
||||
/// Apply the operations to the text and return the resulting text.
|
||||
#[must_use]
|
||||
pub fn apply(&self) -> String {
|
||||
let mut builder: StringBuilder<'_> = StringBuilder::new(self.text);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue