mirror of
https://github.com/Noratrieb/uwuwind.git
synced 2026-01-14 08:35:09 +01:00
fmt
This commit is contained in:
parent
f41be070bb
commit
e7e9689e66
3 changed files with 3 additions and 5 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
reorder_imports = true
|
reorder_imports = true
|
||||||
imports_granularity = "Crate"
|
imports_granularity = "Crate"
|
||||||
|
group_imports = "StdExternalCrate"
|
||||||
wrap_comments = true
|
wrap_comments = true
|
||||||
|
|
|
||||||
|
|
@ -15,9 +15,7 @@
|
||||||
|
|
||||||
use core::{ffi, fmt};
|
use core::{ffi, fmt};
|
||||||
|
|
||||||
use crate::stdext::with_last_os_error_str;
|
use crate::{stdext::with_last_os_error_str, Addr};
|
||||||
|
|
||||||
use crate::Addr;
|
|
||||||
|
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
struct dl_find_object {
|
struct dl_find_object {
|
||||||
|
|
|
||||||
|
|
@ -27,9 +27,8 @@
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests;
|
mod tests;
|
||||||
|
|
||||||
use core::ffi::CStr;
|
|
||||||
|
|
||||||
use alloc::{format, string::String};
|
use alloc::{format, string::String};
|
||||||
|
use core::ffi::CStr;
|
||||||
|
|
||||||
/// The dwarf is invalid. This is fatal and should never happen.
|
/// The dwarf is invalid. This is fatal and should never happen.
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue