Improve the placement of TODO comments

This commit is contained in:
mo8it
2024-07-02 16:26:28 +02:00
parent 95f10c8068
commit d3a0c26999
3 changed files with 3 additions and 5 deletions
-1
View File
@@ -1,5 +1,4 @@
// TODO: Fix the compiler error.
fn main() {
let x = 3;
println!("Number {x}");