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 a992241 commit f6e22e5Copy full SHA for f6e22e5
src/libsyntax_ext/deriving/mod.rs
@@ -63,7 +63,6 @@ pub mod decodable;
63
pub mod hash;
64
pub mod debug;
65
pub mod default;
66
-pub mod primitive;
67
68
#[path="cmp/partial_eq.rs"]
69
pub mod partial_eq;
@@ -178,8 +177,6 @@ derive_traits! {
178
177
179
"Default" => default::expand_deriving_default,
180
181
- "FromPrimitive" => primitive::expand_deriving_from_primitive,
182
-
183
"Send" => bounds::expand_deriving_unsafe_bound,
184
"Sync" => bounds::expand_deriving_unsafe_bound,
185
"Copy" => bounds::expand_deriving_copy,
src/libsyntax_ext/deriving/primitive.rs
0 commit comments