This commit is contained in:
Caio 2024-09-13 15:18:30 -03:00
parent 561a6c5f11
commit ae15032069

View File

@ -192,4 +192,4 @@ fn _allows_stmt_expr_attributes() {
cfg(unix) => { one * two; } cfg(unix) => { one * two; }
_ => { one + two; } _ => { one + two; }
} }
} }