Skip to content

Commit

Permalink
chore: only expose if we have any use of it
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Jan 10, 2024
1 parent b91b4c9 commit ca1a9ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extras/src/visitors/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
//! Additional out-of-the-box visitors
#[cfg(any(feature = "csaf-walker", feature = "sbom-walker"))]
mod ignore;

#[cfg(any(feature = "csaf-walker", feature = "sbom-walker"))]
pub use ignore::*;

0 comments on commit ca1a9ab

Please sign in to comment.