re-do deepaksirone's fix on the actual source file
[rust-101.git] / workspace / src / part14.rs
index fb580f9c379d3e15fdd795b281f099454a9e00e9..5906acf79c6e325c38af24effe4fe792135c40df 100644 (file)
@@ -53,7 +53,7 @@ pub mod rgrep {
     // We also import some other pieces that we will need.
     extern crate docopt;
     use self::docopt::Docopt;
-    use part12::{run, Options, OutputMode};
+    use part13::{run, Options, OutputMode};
     use std::process;
 
     // The `USAGE` string documents how the program is to be called. It's written in a format that `docopt` can parse.