Skip to content

Commit

Permalink
remove useless mut
Browse files Browse the repository at this point in the history
  • Loading branch information
bahugo committed Jun 16, 2024
1 parent 8d61098 commit 15205bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ mod test {

#[test]
fn test_01() {
let mut input = Board {
let input = Board {
array: array![
[5, 3, 0, 0, 7, 0, 0, 0, 0],
[6, 0, 0, 1, 9, 5, 0, 0, 0],
Expand Down

0 comments on commit 15205bc

Please sign in to comment.