Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Aug 12, 2024
1 parent b2c6467 commit 466c35a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rivets-shared/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use cpp_demangle::Symbol;
use undname::Flags;
use abi_stable::std_types::{RBoxError, RResult, RString, RVec};
use abi_stable::StableAbi;
use cpp_demangle::Symbol;
use undname::Flags;

/// Attempts to demangle a mangled MSVC C++ symbol name. First tries MSVC demangling, then falls back to Itanium.
#[must_use]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ pub use rivets_macros::*;
extern crate rivets_shared;
pub use rivets_shared::*;

pub use abi_stable;
pub use retour;
pub use abi_stable;

0 comments on commit 466c35a

Please sign in to comment.