aboutsummaryrefslogtreecommitdiff
path: root/ui/src/admin/log.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-09-06 23:50:51 +0200
committermetamuffin <metamuffin@disroot.org>2025-09-06 23:50:51 +0200
commit356b3b8eebf22083c7d9655bb43e141dd0df732c (patch)
tree5573ff4290a8d36bb1606562615c3438e3449915 /ui/src/admin/log.rs
parentd205173acdd721d581a88fe4788d1ec64b9c2055 (diff)
downloadjellything-356b3b8eebf22083c7d9655bb43e141dd0df732c.tar
jellything-356b3b8eebf22083c7d9655bb43e141dd0df732c.tar.bz2
jellything-356b3b8eebf22083c7d9655bb43e141dd0df732c.tar.zst
misc changes for current rust nightly
Diffstat (limited to 'ui/src/admin/log.rs')
-rw-r--r--ui/src/admin/log.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/admin/log.rs b/ui/src/admin/log.rs
index 8404229..d68be3e 100644
--- a/ui/src/admin/log.rs
+++ b/ui/src/admin/log.rs
@@ -19,7 +19,7 @@ impl Page for ServerLogPage<'_> {
fn class(&self) -> Option<&'static str> {
Some("admin_log")
}
- fn to_render(&self) -> markup::DynRender {
+ fn to_render(&self) -> markup::DynRender<'_> {
markup::new!(@self)
}
}