diff options
| author | The Miri Cronjob Bot <miri@cron.bot> | 2024-05-03 05:03:41 +0000 |
|---|---|---|
| committer | The Miri Cronjob Bot <miri@cron.bot> | 2024-05-03 05:03:41 +0000 |
| commit | 3e2164fef272ba5fe9c08be264677d348cf50c3a (patch) | |
| tree | 17a62ce597923eb94a6fc85099d0403288e38ec1 /compiler/rustc_pattern_analysis/src/lib.rs | |
| parent | aeef18043eba235bb4bc74f169ee92ffaa3024db (diff) | |
| parent | f43e3e2023f28d7e7a9f870612c6f2ef867a2acb (diff) | |
| download | rust-3e2164fef272ba5fe9c08be264677d348cf50c3a.tar.gz rust-3e2164fef272ba5fe9c08be264677d348cf50c3a.zip | |
Merge from rustc
Diffstat (limited to 'compiler/rustc_pattern_analysis/src/lib.rs')
| -rw-r--r-- | compiler/rustc_pattern_analysis/src/lib.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/rustc_pattern_analysis/src/lib.rs b/compiler/rustc_pattern_analysis/src/lib.rs index 6e8843d9049..4155540886a 100644 --- a/compiler/rustc_pattern_analysis/src/lib.rs +++ b/compiler/rustc_pattern_analysis/src/lib.rs @@ -14,12 +14,6 @@ pub mod pat_column; pub mod rustc; pub mod usefulness; -#[macro_use] -extern crate tracing; -#[cfg(feature = "rustc")] -#[macro_use] -extern crate rustc_middle; - #[cfg(feature = "rustc")] rustc_fluent_macro::fluent_messages! { "../messages.ftl" } |
