fix memory leak

This commit is contained in:
Maple 2025-07-31 14:40:21 +02:00
commit 2c7cd2e83c
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);
}
}
}