remove unnessary pub
This commit is contained in:
@@ -45,6 +45,7 @@ impl OpenPGPTool {
|
||||
})
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub fn from_bytes(bs: &[u8]) -> XResult<OpenPGPTool> {
|
||||
Ok(OpenPGPTool{
|
||||
tpk: TPK::from_bytes(&bs)?,
|
||||
|
||||
Reference in New Issue
Block a user