Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Luv-Ray committed Sep 23, 2024
1 parent 6da2d6e commit d7ebf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_codegen_llvm/src/context.rs
Original file line number Diff line number Diff line change
@@ -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};
Expand Down

0 comments on commit d7ebf9e

Please sign in to comment.