Skip to content

Commit

Permalink
(fix) Fix attributes for latest Rust.
Browse files Browse the repository at this point in the history
  • Loading branch information
reem committed Jan 30, 2015
1 parent 05ea35d commit 6f105b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#![deny(missing_docs, warnings)]
#![feature(core)]
#![feature(std_misc)]
#![deny(missing_docs)]
#![feature(core, std_misc)]
#![cfg_attr(test, deny(warnings))]

//! `Router` provides a fast router handler for the Iron web framework.
//! `Router` provides fast and flexible routing for Iron.

extern crate iron;
extern crate "route-recognizer" as recognizer;
Expand Down

0 comments on commit 6f105b6

Please sign in to comment.