Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
  • Loading branch information
youknowone authored Dec 30, 2025
commit 7d2868cd7f29c23a480899537b7abf9690a2c8e9
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,9 @@ unsafe_op_in_unsafe_fn = "deny"
elided_lifetimes_in_paths = "warn"

[workspace.lints.clippy]
alloc_instead_of_core = "warn"
std_instead_of_alloc = "warn"
std_instead_of_core = "warn"
# alloc_instead_of_core = "warn"
# std_instead_of_alloc = "warn"
# std_instead_of_core = "warn"
perf = "warn"
style = "warn"
complexity = "warn"
Expand Down
Loading