remove obsolete test comments

This commit is contained in:
J-ZhengLi 2023-12-25 09:39:32 +08:00
parent 60c059114c
commit a9baf344b8
6 changed files with 21 additions and 29 deletions

View file

@ -74,8 +74,6 @@ mod nested_local {
mod function_def {
fn ret_i32() -> i32 {
// Even though the output type is specified,
// this unsuffixed literal is linted to reduce heuristics and keep codebase simple.
1
}