We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adcd672 commit dddfbe0Copy full SHA for dddfbe0
src/libsyntax/ext/deriving/mod.rs
@@ -61,7 +61,6 @@ pub mod clone;
61
pub mod encodable;
62
pub mod decodable;
63
pub mod hash;
64
-pub mod rand;
65
pub mod show;
66
pub mod default;
67
pub mod primitive;
@@ -168,8 +167,6 @@ derive_traits! {
168
167
"PartialOrd" => ord::expand_deriving_ord,
169
"Ord" => totalord::expand_deriving_totalord,
170
171
- "Rand" => rand::expand_deriving_rand,
172
-
173
"Debug" => show::expand_deriving_show,
174
175
"Default" => default::expand_deriving_default,
src/libsyntax/ext/deriving/rand.rs
0 commit comments