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

fifth-basics.md: Remove unnecessary dereference in pop() #258

Open hansonchar opened 1 year ago

hansonchar commented 1 year ago

The code would still work without L278 and it seems simpler.