Updated for Rust master.

This commit is contained in:
Aaron Weiss 2015-02-03 13:11:33 -05:00
parent 3a85ad2708
commit 2f79f180d8
11 changed files with 47 additions and 48 deletions

View file

@ -1,5 +1,4 @@
#![allow(unstable)]
#![feature(slicing_syntax)]
#![feature(core, slicing_syntax)]
extern crate irc;
use std::default::Default;