Skip to content

Commit

Permalink
Fallout from removing parse.rs.
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Jun 28, 2014
1 parent 381f69d commit ebe17dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUSTFLAGS ?=
RUSTTESTFLAGS ?=
LIB_NAME = docopt
LIB ?= $(BUILD_DIR)/.libregex.timestamp
LIB_FILES = src/lib.rs src/parse.rs src/synonym.rs
LIB_FILES = src/lib.rs src/synonym.rs
TEST_FILES = src/test.rs

all: $(LIB)
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,6 @@ fn parse_long_equal_argv(flag: &str) -> (Atom, Option<String>) {
}
}

mod parse;
mod synonym;
#[cfg(test)]
mod test;
Expand Down

0 comments on commit ebe17dd

Please sign in to comment.