Remove 'c

This commit is contained in:
Gwilym Kuiper 2022-05-12 20:38:34 +01:00
parent b7bc27403e
commit 1a73ecf870

View file

@ -607,7 +607,7 @@ enum UpdateState {
Complete,
}
impl<'a, 'b, 'c> PlayingLevel<'a, 'b> {
impl<'a, 'b> PlayingLevel<'a, 'b> {
fn open_level(
level: &'a Level,
object_control: &'a ObjectController,