diff options
| author | Mark Simulacrum <mark.simulacrum@gmail.com> | 2017-07-04 17:53:53 -0600 |
|---|---|---|
| committer | Mark Simulacrum <mark.simulacrum@gmail.com> | 2017-07-20 11:23:57 -0600 |
| commit | 0a1b5e8bc01061f54716005fd8ea37cc4997bfd9 (patch) | |
| tree | 51c9b77a43f2534c3e8359cb9f2b7c73f765fa96 /src/bootstrap/lib.rs | |
| parent | ae98ebfcb9ad5a5384fd229a6ee91315b02ca969 (diff) | |
| download | rust-0a1b5e8bc01061f54716005fd8ea37cc4997bfd9.tar.gz rust-0a1b5e8bc01061f54716005fd8ea37cc4997bfd9.zip | |
Move rule configs out of step
Diffstat (limited to 'src/bootstrap/lib.rs')
| -rw-r--r-- | src/bootstrap/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs index e06de5bac4b..e51bb5b65a9 100644 --- a/src/bootstrap/lib.rs +++ b/src/bootstrap/lib.rs @@ -106,7 +106,6 @@ mod flags; mod install; mod native; mod sanity; -mod step; pub mod util; #[cfg(windows)] |
