Skip to content

Commit

Permalink
Change import in example.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonTeixidor committed Aug 25, 2015
1 parent a023aa1 commit dc8043c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mount.rs
@@ -1,6 +1,6 @@
#[macro_use] extern crate nickel;

use nickel::{Nickel, Mount, StaticFilesHandler};
use nickel::{Nickel, Mountable, StaticFilesHandler};

fn main() {
let mut server = Nickel::new();
Expand Down

0 comments on commit dc8043c

Please sign in to comment.