projects
/
rust-101.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix pycco-rs to get rid of empty code blocks
[rust-101.git]
/
workspace
/
src
/
part14.rs
diff --git
a/workspace/src/part14.rs
b/workspace/src/part14.rs
index fb580f9c379d3e15fdd795b281f099454a9e00e9..5906acf79c6e325c38af24effe4fe792135c40df 100644
(file)
--- a/
workspace/src/part14.rs
+++ b/
workspace/src/part14.rs
@@
-53,7
+53,7
@@
pub mod rgrep {
// We also import some other pieces that we will need.
extern crate docopt;
use self::docopt::Docopt;
// We also import some other pieces that we will need.
extern crate docopt;
use self::docopt::Docopt;
- use part1
2
::{run, Options, OutputMode};
+ use part1
3
::{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.
use std::process;
// The `USAGE` string documents how the program is to be called. It's written in a format that `docopt` can parse.