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
Fix all clippy warnings and migrate deprecated set_zoom() calls
- Remove unused lifetime on find_links_connected_to_node
- Suppress too_many_arguments on find_link_at
- Rename CompositeValidator::add() to with() to avoid Add trait confusion
- Migrate set_zoom() to set_viewport() in tests
- Replace unnecessary vec![] with plain arrays in tests
- Fix always-true assertion in scalability test
- Add type_complexity allows on complex tuple fields
0 commit comments