Clippy: Needless reference
Dependencies
- [2]
JPTYS433Cleanup, clippy - [3]
USO5PZWOStart with the print function, separate mutable and immutable functions - [4]
ES2PMPT4Using structures instead - [5]
VSG6UWDYCan now build floors - [6]
MLUGR2LLAdd default impl and some basic plank logic - [7]
6ODVKCN4Fix printouts of relative lengths - [8]
SMYRM2CFUse the MaterialStorage - [9]
OK5CKW6ERework everything, use references - [10]
Y4AQJ5RDOther defaults - [*]
5TH3AA4610 mm extra space
Change contents
- replacement in src/bin/main.rs at line 86
fn floor_build(floor: &mut Floor, mut ms: &mut MaterialStorage) {fn floor_build(floor: &mut Floor, ms: &mut MaterialStorage) { - replacement in src/bin/main.rs at line 88
match build_row(&mut ms) {match build_row(ms) {