summaryrefslogtreecommitdiff
path: root/src/ir/context.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir/context.rs')
-rw-r--r--src/ir/context.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ir/context.rs b/src/ir/context.rs
index 6158d02d..127c0a24 100644
--- a/src/ir/context.rs
+++ b/src/ir/context.rs
@@ -553,8 +553,8 @@ impl BindgenContext {
clang_sys::CXTranslationUnit_DetailedPreprocessingRecord;
let translation_unit = {
- let _t = Timer::new("translation_unit")
- .with_output(options.time_phases);
+ let _t =
+ Timer::new("translation_unit").with_output(options.time_phases);
let clang_args = if explicit_target {
Cow::Borrowed(&options.clang_args)
} else {