summaryrefslogtreecommitdiffstats
path: root/core/src/renderer
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/renderer')
-rw-r--r--core/src/renderer/null.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/renderer/null.rs b/core/src/renderer/null.rs
index e8709dbc..560b5b43 100644
--- a/core/src/renderer/null.rs
+++ b/core/src/renderer/null.rs
@@ -79,7 +79,7 @@ impl text::Paragraph for () {
fn resize(&mut self, _new_bounds: Size) {}
- fn compare(&self, _text: Text<&str>) -> text::Difference {
+ fn compare(&self, _text: Text<()>) -> text::Difference {
text::Difference::None
}