diff options
| author | Sébastien Marie <semarie@users.noreply.github.com> | 2015-01-26 08:32:34 +0100 |
|---|---|---|
| committer | Sébastien Marie <semarie@users.noreply.github.com> | 2015-01-26 08:32:34 +0100 |
| commit | d553ed66c75c1482fbbf6eeb60c929b3270079b3 (patch) | |
| tree | 2b9968f9fd9e31b9bd101632d333584cac38e131 /src/libstd/sys/unix/stack_overflow.rs | |
| parent | 47621db62cf9ffa82624576059b6af5e54d935a5 (diff) | |
| download | rust-d553ed66c75c1482fbbf6eeb60c929b3270079b3.tar.gz rust-d553ed66c75c1482fbbf6eeb60c929b3270079b3.zip | |
shell 'case' statement don't need 'break'
the syntax of 'case' is: `case word in [[(] pattern [| pattern] ...) list ;; ] ... esac` `list` don't have to issue `break`. `break` is normally used to exit a `for`, `until` or `while` loop.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
