-
Notifications
You must be signed in to change notification settings - Fork 666
Closed
Description
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
- Replace use of
clippywith a text-based search forprintln!in the project (CLI - Replace clippy with a manual check #1928). - Remove
spacetimedb::println!, and other related macros (Remove IO macros #1929) - Print a warning if the user passes
--skip-println-checks(CLI - Replace clippy with a manual check #1928).
Metadata
Metadata
Assignees
Labels
No labels