rust/src/tools/rustbook
iirelu e593c3b893 Changed most vec! invocations to use square braces
Most of the Rust community agrees that the vec! macro is clearer when
called using square brackets [] instead of regular brackets (). Most of
these ocurrences are from before macros allowed using different types of
brackets.

There is one left unchanged in a pretty-print test, as the pretty
printer still wants it to have regular brackets.
2016-10-31 22:51:40 +00:00
..
static rustbuild: Move rustbook to a src/tools directory 2016-03-08 11:52:09 -08:00
book.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
build.rs rustdoc: Improve playground run buttons 2016-10-15 18:32:03 +01:00
Cargo.toml rustbuild: Move rustbook to a src/tools directory 2016-03-08 11:52:09 -08:00
error.rs rustbuild: Move rustbook to a src/tools directory 2016-03-08 11:52:09 -08:00
help.rs rustbuild: Move rustbook to a src/tools directory 2016-03-08 11:52:09 -08:00
main.rs Stabilise ? 2016-10-12 08:40:22 +13:00
serve.rs rustbuild: Move rustbook to a src/tools directory 2016-03-08 11:52:09 -08:00
subcommand.rs rustbuild: Move rustbook to a src/tools directory 2016-03-08 11:52:09 -08:00
term.rs rustbuild: Move rustbook to a src/tools directory 2016-03-08 11:52:09 -08:00
test.rs try! -> ? 2016-03-22 22:01:37 -05:00