diff options
| author | Yacin Tmimi <yacintmimi@gmail.com> | 2024-09-11 23:45:41 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-11 23:45:41 -0400 |
| commit | a1017ae046585fa5cdca5f31cdf50719a2114c4d (patch) | |
| tree | c998df3aa5d4cd0d571414491cd705e560de50ae /src/test | |
| parent | 182a20378b3a844e3677ff93d96f8ac70b9f009a (diff) | |
| parent | d66e974c70ea180e7d7de5ba1c6378e34cd02a7d (diff) | |
| download | rust-a1017ae046585fa5cdca5f31cdf50719a2114c4d.tar.gz rust-a1017ae046585fa5cdca5f31cdf50719a2114c4d.zip | |
Merge pull request #6320 from ytmimi/subtree-push-nightly-2024-09-10
subtree-push nightly-2024-09-10
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/mod.rs b/src/test/mod.rs index 9dc05c846de..28f95ee54e5 100644 --- a/src/test/mod.rs +++ b/src/test/mod.rs @@ -19,6 +19,7 @@ use crate::{ }; use rustfmt_config_proc_macro::nightly_only_test; +use tracing::{debug, warn}; mod configuration_snippet; mod mod_resolver; |
