diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-09-19 11:23:35 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-10-09 18:39:41 +0000 |
| commit | e9fa2ca6add1db7f77c90bdc06210be694ed2571 (patch) | |
| tree | 1d475d35e797bd22c88e0532b4f1dfe2f447426e /compiler/rustc_incremental/src/lib.rs | |
| parent | 3dfd9dfe7ce9bf4bcbb4d1d880cd2c75a85b310c (diff) | |
| download | rust-e9fa2ca6add1db7f77c90bdc06210be694ed2571.tar.gz rust-e9fa2ca6add1db7f77c90bdc06210be694ed2571.zip | |
Remove cgu_reuse_tracker from Session
This removes a bit of global mutable state
Diffstat (limited to 'compiler/rustc_incremental/src/lib.rs')
| -rw-r--r-- | compiler/rustc_incremental/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_incremental/src/lib.rs b/compiler/rustc_incremental/src/lib.rs index 220ea194a6d..e4050099fc1 100644 --- a/compiler/rustc_incremental/src/lib.rs +++ b/compiler/rustc_incremental/src/lib.rs @@ -13,7 +13,6 @@ extern crate rustc_middle; extern crate tracing; mod assert_dep_graph; -pub mod assert_module_sources; mod errors; mod persist; |
