Skip to content

Commit 3d32239

Browse files
committed
Merge pull request #73 from saneyuki/rustup
Fix warning for rustc 1.0.0-nightly (ea6f65c5f 2015-01-06 19:47:08 +0000)
2 parents 96782ea + e64ebf9 commit 3d32239

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ assert!(css_url.serialize() == "http://servo.github.io/rust-url/main.css".to_str
119119
*/
120120

121121

122-
#![feature(macro_rules, default_type_params, old_orphan_check, associated_types)]
123-
124122
extern crate "rustc-serialize" as rustc_serialize;
125123

126124
use std::fmt::{self, Formatter, Show};

0 commit comments

Comments
 (0)