mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-20 15:08:02 +02:00
Fixes typo in comment
This commit is contained in:
parent
61aa12e3f3
commit
69cd18f12a
@ -55,7 +55,7 @@ fn test_transpose() {
|
|||||||
// ANCHOR: main
|
// ANCHOR: main
|
||||||
fn main() {
|
fn main() {
|
||||||
let matrix = [
|
let matrix = [
|
||||||
[101, 102, 103], // <-- the comment make rustfmt add a newline
|
[101, 102, 103], // <-- the comment makes rustfmt add a newline
|
||||||
[201, 202, 203],
|
[201, 202, 203],
|
||||||
[301, 302, 303],
|
[301, 302, 303],
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user