Skip to content
Snippets Groups Projects
Commit 5d177334 authored by iliya.saroukha's avatar iliya.saroukha :first_quarter_moon:
Browse files

removed unnecessary parentheses

parent e3fecb83
Branches
No related tags found
1 merge request!48removed unnecessary parentheses
......@@ -14,7 +14,7 @@ fn main() {
const SIZE: usize = 9;
let tab: [i32; SIZE] = [10, 32, 12, 43, 52, 53, 83, 2, 9];
if (SIZE == 0) {
if SIZE == 0 {
panic!("Size is of tab = 0.");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment