diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2021-09-19 10:36:17 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2021-09-20 08:45:39 -0400 |
| commit | 29e08971ce06764f49ffdbe149358c612657042c (patch) | |
| tree | 7abe6b4b7a5bc6b9ed67d717a8b95f074e5d765e | |
| parent | e857fabac138a7f21cd8be4ad55dad9d51ee7422 (diff) | |
| download | rust-29e08971ce06764f49ffdbe149358c612657042c.tar.gz rust-29e08971ce06764f49ffdbe149358c612657042c.zip | |
Adjust to SourceType::InTree in several places
These were left over in migrations to subtrees, which should generally be treated as-if it was local. Also fixes a warning caused by this change.
| -rw-r--r-- | src/bin/cg_clif_build_sysroot.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/cg_clif_build_sysroot.rs b/src/bin/cg_clif_build_sysroot.rs index e7cd5edbbf6..89e0cb8d90e 100644 --- a/src/bin/cg_clif_build_sysroot.rs +++ b/src/bin/cg_clif_build_sysroot.rs @@ -8,7 +8,6 @@ #![feature(rustc_private)] -extern crate rustc_data_structures; extern crate rustc_driver; extern crate rustc_interface; extern crate rustc_session; |
