Remove superfluous dead_code attribute

This commit is contained in:
Jethro Beekman 2015-05-28 20:47:53 -07:00
parent c1232f3035
commit ed6f7997a2
1 changed files with 0 additions and 1 deletions

View File

@ -552,7 +552,6 @@ impl <'x> X509Name<'x> {
}
}
#[allow(dead_code)]
/// A certificate signing request
pub struct X509Req {
handle: *mut ffi::X509_REQ,