Skip to content

Commit a054c3f

Browse files
committed
annotates a FnMut closure
1 parent 4dba4c0 commit a054c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c13_iter_closure/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ fn main() {
8585
.join()
8686
.unwrap();
8787

88-
println!("#4) Sort a list of rectangles by width.");
88+
println!("#4) Sort a list of rectangles by a FnMut closure (width).");
8989

9090
let mut list = [
9191
Rectangle { width: 10, height: 1 },

0 commit comments

Comments
 (0)