diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2023-07-29 17:27:13 +0200 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2023-07-31 08:54:47 +0200 |
| commit | 78403f4e1381ff227e0438240e2534c8ea7009fb (patch) | |
| tree | 537f7b0c63f90e26b0bb107db89c0862c267ecf3 /src/bootstrap/lib.rs | |
| parent | a16925d5f37c24c0839903e3441ca55f7be707f3 (diff) | |
| download | rust-78403f4e1381ff227e0438240e2534c8ea7009fb.tar.gz rust-78403f4e1381ff227e0438240e2534c8ea7009fb.zip | |
Remove BOLT from bootstrap
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 12358a70653..8c674d075b8 100644 --- a/src/bootstrap/lib.rs +++ b/src/bootstrap/lib.rs @@ -39,7 +39,6 @@ use crate::util::{ dir_is_empty, exe, libdir, mtime, output, run, run_suppressed, symlink_dir, try_run_suppressed, }; -mod bolt; mod builder; mod cache; mod cc_detect; |
