~vpzom/hancock

bec7940815cac48b04df08807eae304d3b206fab — Colin Reeder 9 months ago d71bf26 httpbis
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::*;