about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorSébastien Marie <semarie@users.noreply.github.com>2015-01-26 08:32:34 +0100
committerSébastien Marie <semarie@users.noreply.github.com>2015-01-26 08:32:34 +0100
commitd553ed66c75c1482fbbf6eeb60c929b3270079b3 (patch)
tree2b9968f9fd9e31b9bd101632d333584cac38e131 /src/libstd/sys/unix/stack_overflow.rs
parent47621db62cf9ffa82624576059b6af5e54d935a5 (diff)
downloadrust-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