We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e432d commit 6184e84Copy full SHA for 6184e84
src/libsyntax/ast.rs
@@ -119,7 +119,6 @@ impl<S:Encoder> Encodable<S> for Ident {
119
}
120
121
122
-#[deriving(IterBytes)]
123
impl<D:Decoder> Decodable<D> for Ident {
124
fn decode(d: &mut D) -> Ident {
125
str_to_ident(d.read_str())
@@ -807,7 +806,6 @@ pub enum Onceness {
807
806
Many
808
809
810
811
impl ToStr for Onceness {
812
fn to_str(&self) -> ~str {
813
match *self {
@@ -901,7 +899,6 @@ pub enum purity {
901
899
extern_fn, // declared with "extern fn"
902
900
903
904
905
impl ToStr for purity {
906
907
0 commit comments