Skip to content

Commit ad03d18

Browse files
author
marisa
committed
fix(if1): Remove return reference
This closes #153.
1 parent 3232a4d commit ad03d18

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exercises/if/if1.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
pub fn bigger(a: i32, b: i32) -> i32 {
44
// Complete this function to return the bigger number!
55
// Do not use:
6-
// - return
76
// - another function call
87
// - additional variables
98
// Scroll down for hints.

0 commit comments

Comments
 (0)