We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 379bda9 + 6184e84 commit 92065ceCopy full SHA for 92065ce
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 {
@@ -902,7 +900,6 @@ pub enum purity {
902
900
extern_fn, // declared with "extern fn"
903
901
904
905
906
impl ToStr for purity {
907
908
0 commit comments