For now? I'm experimenting on an old concept.
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor: update clippy lint levels for improved code quality

+2
+2
Cargo.toml
··· 6 6 [workspace.lints.clippy] 7 7 expect_used = { level = "deny", priority = 0 } 8 8 panic_in_result_fn = { level = "deny", priority = 0 } 9 + useless_attribute = "deny" 9 10 arithmetic_side_effects = "warn" 10 11 missing_docs = "forbid" 12 + style = { level = "warn", priority = -1 } 11 13 missing_panics_doc = "warn" 12 14 pedantic = { level = "warn", priority = -1 }