Skip to content

Commit 613b4f9

Browse files
authored
Make BodyPrintLimit public (#167)
1 parent abfafd2 commit 613b4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,6 @@ pub type ErrorResponse = Box<dyn std::error::Error + Send + Sync + 'static>;
159159

160160
pub use mock::{Match, Mock, MockBuilder, Times};
161161
pub use mock_server::{MockGuard, MockServer, MockServerBuilder};
162-
pub use request::Request;
162+
pub use request::{BodyPrintLimit, Request};
163163
pub use respond::Respond;
164164
pub use response_template::ResponseTemplate;

0 commit comments

Comments
 (0)