File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed
lucians-luscious-lasagna/src Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 1
- // This stub file contains items that aren't used yet; feel free to remove this module attribute
2
- // to enable stricter warnings.
3
- #![ allow( unused) ]
4
-
5
1
pub fn production_rate_per_hour ( speed : u8 ) -> f64 {
6
2
unimplemented ! ( "calculate hourly production rate at speed: {}" , speed)
7
3
}
Original file line number Diff line number Diff line change 1
- // This stub file contains items that aren't used yet; feel free to remove this module attribute
2
- // to enable stricter warnings.
3
- #![ allow( unused) ]
4
-
5
1
pub fn expected_minutes_in_oven ( ) -> i32 {
6
2
unimplemented ! ( "return expected minutes in the oven" )
7
3
}
Original file line number Diff line number Diff line change 1
- // This stub file contains items that aren't used yet; feel free to remove this module attribute
2
- // to enable stricter warnings.
3
- #![ allow( unused) ]
4
-
5
1
pub struct Player {
6
2
pub health : u32 ,
7
3
pub mana : Option < u32 > ,
You can’t perform that action at this time.
0 commit comments