refactor: remove new_simple methods and replace with new(None, None)
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
@@ -101,9 +101,6 @@ impl TextMetaPlugin {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn new_simple() -> TextMetaPlugin {
|
||||
Self::new(None, None)
|
||||
}
|
||||
|
||||
/// Count words and lines in a text chunk, handling block boundaries correctly
|
||||
fn count_text_stats(&mut self, data: &[u8]) {
|
||||
|
||||
Reference in New Issue
Block a user