Skip to content

Commit

Permalink
fix: Allow import of plug_assert macro
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed Mar 22, 2024
1 parent d0441ab commit ccb4f86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "re_set-lib"
version = "2.11.2"
version = "2.11.3"
edition = "2021"
description = "Data structure library for ReSet"
repository = "https://github.com/Xetibo/ReSet-Lib"
Expand Down
1 change: 0 additions & 1 deletion src/utils/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ pub enum ErrorLevel {
Critical,
}

#[cfg(test)]
#[macro_export]
macro_rules! plug_assert {
($e:expr) => {{
Expand Down

0 comments on commit ccb4f86

Please sign in to comment.