rust/src/librand
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
..
distributions Modernize macro_rules! invocations 2015-01-05 18:21:14 -08:00
chacha.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
isaac.rs Modernize macro_rules! invocations 2015-01-05 18:21:14 -08:00
lib.rs Replace #[phase] with #[plugin] / #[macro_use] / #[no_link] 2015-01-05 18:21:13 -08:00
rand_impls.rs std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
reseeding.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00