diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2018-06-23 13:52:52 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2018-07-07 10:52:31 +0200 |
| commit | c504d26c1cd4f4dbf9304415b12960c604f01ebf (patch) | |
| tree | 02a7ac72a8d81af75de2bbc83fe33101be4813a2 /src/librustc_codegen_utils/lib.rs | |
| parent | c5a6b51e442287d31b12591225d2e81a4345074d (diff) | |
| download | rust-c504d26c1cd4f4dbf9304415b12960c604f01ebf.tar.gz rust-c504d26c1cd4f4dbf9304415b12960c604f01ebf.zip | |
Move time_graph.rs to rustc/util
Diffstat (limited to 'src/librustc_codegen_utils/lib.rs')
| -rw-r--r-- | src/librustc_codegen_utils/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_codegen_utils/lib.rs b/src/librustc_codegen_utils/lib.rs index 0298162bbb5..4ac0e3591b3 100644 --- a/src/librustc_codegen_utils/lib.rs +++ b/src/librustc_codegen_utils/lib.rs @@ -44,7 +44,6 @@ pub mod link; pub mod codegen_backend; pub mod symbol_names; pub mod symbol_names_test; -pub mod time_graph; pub mod llvm_target_features; /// check for the #[rustc_error] annotation, which forces an |
