rust-unofficial / too-many-lists

Learn Rust by writing Entirely Too Many linked lists
https://rust-unofficial.github.io/too-many-lists/
MIT License
3.16k stars 276 forks source link

Added default - fixed clippy warnings #280

Open master-of-none opened 1 year ago

master-of-none commented 1 year ago

Added a default function for list. Fixed cargo clippy warnings.