Skip to content

Commit

Permalink
chore: header module is not public
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Oct 22, 2023
1 parent dc104c0 commit 985cb59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rust/pact_matching/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -410,10 +410,10 @@ pub mod metrics;
pub mod generators;

#[cfg(feature = "xml")] mod xml;
mod binary_utils;
mod headers;
mod query;
mod form_urlencoded;
pub mod binary_utils;
pub mod headers;
pub mod query;
pub mod form_urlencoded;

#[cfg(not(feature = "plugins"))]
#[derive(Clone, Debug, PartialEq)]
Expand Down

0 comments on commit 985cb59

Please sign in to comment.