Skip to content

Commit

Permalink
update fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hxuhack committed Dec 26, 2024
1 parent 65aec9a commit 4bd9d55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion rap/src/bin/rap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
extern crate rustc_driver;
extern crate rustc_session;

use rap::{compile_time_sysroot, rap_trace, rap_info, utils::log::init_log, RapCallback, RAP_DEFAULT_ARGS};
use rap::{
compile_time_sysroot, rap_info, rap_trace, utils::log::init_log, RapCallback, RAP_DEFAULT_ARGS,
};
use rustc_session::config::ErrorOutputType;
use rustc_session::EarlyDiagCtxt;
use std::env;
Expand Down
1 change: 0 additions & 1 deletion rap/src/utils/log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ pub fn init_log() -> Result<(), fern::InitError> {
Ok(())
}


#[macro_export]
macro_rules! rap_trace {
($($arg:tt)+) => (
Expand Down

0 comments on commit 4bd9d55

Please sign in to comment.