Skip to content

Commit

Permalink
Merge pull request #9 from antithesishq/fix-assert_impl-export
Browse files Browse the repository at this point in the history
Repairs defect on excessive exports
  • Loading branch information
wsx-antithesis authored May 9, 2024
2 parents 96cac3c + 140f6c0 commit 6deea5f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ pub fn antithesis_init() {
Lazy::force(&assert::INIT_CATALOG);
}

pub use assert::{assert_impl, assert_raw, CatalogInfo};
use once_cell::sync::Lazy;

/// The name of the environment variable containing a path to a file
/// that can be created and written to when not running in the Antithesis
/// Testing environment. If this environment variable is not present at
/// runtime, then no assertion and lifecycle output will be attempted.
pub use crate::internal::LOCAL_OUTPUT;

0 comments on commit 6deea5f

Please sign in to comment.