Format and bump rustc crates

This commit is contained in:
Laurențiu Nicola 2025-07-15 17:41:08 +03:00
parent f373437c22
commit 0e2e6e7a8a
4 changed files with 30 additions and 32 deletions

View file

@ -2,7 +2,7 @@
use base_db::Crate;
use hir_def::layout::TargetDataLayout;
use rustc_abi::{AlignFromBytesError, TargetDataLayoutErrors, AddressSpace};
use rustc_abi::{AddressSpace, AlignFromBytesError, TargetDataLayoutErrors};
use triomphe::Arc;
use crate::db::HirDatabase;

View file

@ -11,8 +11,8 @@
use std::ops;
use rustc_literal_escaper::{
unescape_byte, unescape_byte_str, unescape_c_str, unescape_char, unescape_str, EscapeError,
Mode,
EscapeError, Mode, unescape_byte, unescape_byte_str, unescape_c_str, unescape_char,
unescape_str,
};
use crate::{