Skip to content

Commit

Permalink
chore: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
doinkythederp committed Sep 10, 2024
1 parent d65f5c1 commit 995d81d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
11 changes: 10 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"cSpell.words": [],
"cSpell.words": [
"libunwind",
"armv7a",
"repr",
"fpreg",
"getcontext",
"uninit",
"regname",
"lsda"
],
"rust-analyzer.cargo.allTargets": false,
"rust-analyzer.check.targets": [
"${workspaceFolder}/armv7a-vex-v5.json"
Expand Down
7 changes: 1 addition & 6 deletions packages/vex-libunwind/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@
//! ```
#![no_std]

use core::{
cell::RefCell,
ffi::{c_char, CStr},
fmt::Debug,
mem::MaybeUninit,
};
use core::{cell::RefCell, ffi::CStr, fmt::Debug, mem::MaybeUninit};

use snafu::Snafu;
pub use vex_libunwind_sys::registers;
Expand Down

0 comments on commit 995d81d

Please sign in to comment.