mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-08-10 13:34:45 +00:00
@@ -175,7 +175,7 @@ fn main() {
|
||||
if count == 3 {
|
||||
println!("three");
|
||||
|
||||
// 跳过当此循环的剩余代码
|
||||
// 跳过当前循环的剩余代码
|
||||
__;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user