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.