Skip to content

Commit

Permalink
fix(test-helpers): remove unused runtime macro artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Aug 5, 2024
1 parent 383b955 commit c29d72c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/test-helpers/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
pub use codegen_macro::*;
#[cfg(feature = "runtime-macro")]
pub use runtime_macro::*;

use std::fs;
use std::path::{Path, PathBuf};
Expand Down

0 comments on commit c29d72c

Please sign in to comment.