We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e46ac9 commit 22c07ebCopy full SHA for 22c07eb
src/original_source.rs
@@ -56,6 +56,7 @@ impl Source for OriginalSource {
56
SourceValue::String(Cow::Borrowed(&self.value))
57
}
58
59
+ #[inline]
60
fn rope<'a>(&'a self, on_chunk: &mut dyn FnMut(&'a str)) {
61
on_chunk(self.value.as_ref())
62
0 commit comments