@foone it's the rust linter, ties into rustfmt and all so you can specify exactly how you want your code to lint inline and it can even fix most non-idiomatic things for you! might help you learn rust idomatics
Notices by Nova🐧✨ (technobaboo@ordinary.cafe)
-
Nova🐧✨ (technobaboo@ordinary.cafe)'s status on Sunday, 14-Jul-2024 13:22:13 JST Nova🐧✨ -
Nova🐧✨ (technobaboo@ordinary.cafe)'s status on Sunday, 14-Jul-2024 12:33:02 JST Nova🐧✨ @foone afaik the rust compiler optimizes out unnecessary clones so just run it through clippy and if it doesn't warn you then it's all good