rust/src/libstd/rand
Alex Crichton 3585c64d09 rustdoc: Change all code-blocks with a script
find src -name '*.rs' | xargs sed -i '' 's/~~~.*{\.rust}/```rust/g'
    find src -name '*.rs' | xargs sed -i '' 's/ ~~~$/ ```/g'
    find src -name '*.rs' | xargs sed -i '' 's/^~~~$/ ```/g'
2013-09-25 14:27:42 -07:00
..
distributions.rs rustdoc: Change all code-blocks with a script 2013-09-25 14:27:42 -07:00
mod.rs rustdoc: Change all code-blocks with a script 2013-09-25 14:27:42 -07:00
ziggurat_tables.rs