summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorLuv-Ray <zhuoxun.yang777@outlook.com>2024-09-23 23:45:13 +0800
committerLuv-Ray <zhuoxun.yang777@outlook.com>2024-09-23 23:45:13 +0800
commitd7ebf9e541d973efc1c43df0da7ceeb4ae612512 (patch)
tree0b35438c038ee98eb5eba6fd12a741cac61a0f77 /compiler/rustc_codegen_llvm/src
parent6da2d6e026e73c0e83fadc223a72b805af772159 (diff)
downloadrust-d7ebf9e541d973efc1c43df0da7ceeb4ae612512.tar.gz
rust-d7ebf9e541d973efc1c43df0da7ceeb4ae612512.zip
format
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
-rw-r--r--compiler/rustc_codegen_llvm/src/context.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/context.rs b/compiler/rustc_codegen_llvm/src/context.rs
index 05ad98e0560..3e022025e77 100644
--- a/compiler/rustc_codegen_llvm/src/context.rs
+++ b/compiler/rustc_codegen_llvm/src/context.rs
@@ -1,6 +1,6 @@
 use std::borrow::Borrow;
 use std::cell::{Cell, RefCell};
-use std::ffi::{c_uint, CStr};
+use std::ffi::{CStr, c_uint};
 use std::str;
 
 use rustc_codegen_ssa::base::{wants_msvc_seh, wants_wasm_eh};