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
Fixed major unused self argument issues by properly converting methods to associated functions:
- Fixed core.rs: generate_field method converted to associated function
- Fixed fields.rs: get_rust_type and get_default_value methods converted to associated functions
- Fixed validation.rs: generate_pattern_check and generate_range_validation methods converted to associated functions
- Fixed implementations.rs: generate_class_tests method converted to associated function
- Fixed all call sites in builders.rs, classes.rs, and rust_traits.rs to use Self:: syntax
- Converted 6+ methods that don't use self state to associated functions
Core library compiles cleanly
Current clippy warnings in core lib: 774 (with 209 unused self warnings remaining)
0 commit comments