rust/src/librand/distributions
Keegan McAllister 416137eb31 Modernize macro_rules! invocations
macro_rules! is like an item that defines a macro.  Other items don't have a
trailing semicolon, or use a paren-delimited body.

If there's an argument for matching the invocation syntax, e.g. parentheses for
an expr macro, then I think that applies more strongly to the *inner*
delimiters on the LHS, wrapping the individual argument patterns.
2015-01-05 18:21:14 -08:00
..
exponential.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
gamma.rs std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
mod.rs Modernize macro_rules! invocations 2015-01-05 18:21:14 -08:00
normal.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
range.rs Modernize macro_rules! invocations 2015-01-05 18:21:14 -08:00
ziggurat_tables.rs More fallout 2015-01-02 10:28:19 +13:00