You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove unused imports across test modules and examples
- Fix duplicated #[test] attributes in config.rs
- Replace filter_map with map where all branches return Some
- Replace vec![] with array literals for non-growing collections
- Use rfind instead of filter().last() on DoubleEndedIterator
- Allow dead_code on ToolEntry.description (stored for future use)
- Allow clippy::large_enum_variant on SandboxState
- Allow clippy::assertions_on_constants in compaction tests
- Use or_default() instead of or_insert_with(VecDeque::new)
- Remove needless borrows for generic args
0 commit comments