From e1480e79c21d1d9db81590963c800629b362d799 Mon Sep 17 00:00:00 2001 From: Ellen Arteca Date: Sat, 7 Dec 2024 19:59:15 -0800 Subject: [PATCH] clippY --- tool/src/demo_gen/terminus.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/src/demo_gen/terminus.rs b/tool/src/demo_gen/terminus.rs index 1bb1e5312..e9e621cda 100644 --- a/tool/src/demo_gen/terminus.rs +++ b/tool/src/demo_gen/terminus.rs @@ -144,7 +144,7 @@ pub(super) struct TerminusInfo { pub imports: BTreeSet, } -impl<> RenderTerminusContext<'_, '_> { +impl RenderTerminusContext<'_, '_> { /// See [`TerminusInfo`] for more information on termini. /// /// Right now, we only check for the existence of `&mut DiplomatWrite` in the function parameters to determine a valid render termini.