clockworklabs / SpacetimeDB

Multiplayer at the speed of light
https://spacetimedb.com
Other
4.41k stars 110 forks source link

CLI - Replace clippy checks #1819

Open bfops opened 1 month ago

bfops commented 1 month ago

Background

Clippy is slow. Since we really only use it for one things, we'd like to replace it with a "manual" search for the string println! and just warn about that.

Definition of Done