Skip to content

Commit dddfbe0

Browse files
committed
syntax: Remove derive(Rand)
1 parent adcd672 commit dddfbe0

File tree

2 files changed

+0
-178
lines changed

2 files changed

+0
-178
lines changed

src/libsyntax/ext/deriving/mod.rs

-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ pub mod clone;
6161
pub mod encodable;
6262
pub mod decodable;
6363
pub mod hash;
64-
pub mod rand;
6564
pub mod show;
6665
pub mod default;
6766
pub mod primitive;
@@ -168,8 +167,6 @@ derive_traits! {
168167
"PartialOrd" => ord::expand_deriving_ord,
169168
"Ord" => totalord::expand_deriving_totalord,
170169

171-
"Rand" => rand::expand_deriving_rand,
172-
173170
"Debug" => show::expand_deriving_show,
174171

175172
"Default" => default::expand_deriving_default,

src/libsyntax/ext/deriving/rand.rs

-175
This file was deleted.

0 commit comments

Comments
 (0)