fix memory leak

This commit is contained in:
Maple 2025-07-31 22:00:48 +02:00
commit 1058048a12
3 changed files with 10 additions and 7 deletions

View file

@ -325,10 +325,5 @@ impl ToTokens for RmcProtocolData{
self.generate_raw_trait(tokens);
self.generate_raw_info(tokens);
self.generate_raw_remote_trait(tokens);
}
}
}