aboutsummaryrefslogtreecommitdiff
path: root/ui/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/error.rs')
-rw-r--r--ui/src/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/error.rs b/ui/src/error.rs
index ddf05bb..bb8b7b6 100644
--- a/ui/src/error.rs
+++ b/ui/src/error.rs
@@ -11,7 +11,7 @@ impl Page for ErrorPage {
fn title(&self) -> String {
"Error".to_string()
}
- fn to_render(&self) -> markup::DynRender {
+ fn to_render(&self) -> markup::DynRender<'_> {
markup::new!(@self)
}
}