Mark test module as cfg(test)
1 files changed, 1 insertions(+), 0 deletions(-) M src/httpbis.rs
M src/httpbis.rs => src/httpbis.rs +1 -0
@@ 787,6 787,7 @@ fn create_signature_base<B>( Ok(result) } +#[cfg(test)] mod test { use super::*;