From a57262d26636590eaec123d7b60b9efdd604a61e Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Thu, 20 Feb 2020 22:10:48 +0100 Subject: openpgp: Add the bundle method to the Amalgamation trait. - Add the `bundle()` method to the Amalgamation trait instead of implementing it on each struct. --- tool/src/commands/inspect.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool/src/commands/inspect.rs') diff --git a/tool/src/commands/inspect.rs b/tool/src/commands/inspect.rs index c0e038c6..6d423239 100644 --- a/tool/src/commands/inspect.rs +++ b/tool/src/commands/inspect.rs @@ -4,7 +4,7 @@ use clap; extern crate sequoia_openpgp as openpgp; use crate::openpgp::{Packet, Result}; -use crate::openpgp::cert::components::ValidAmalgamation; +use crate::openpgp::cert::components::{Amalgamation, ValidAmalgamation}; use openpgp::packet::key::PublicParts; use crate::openpgp::parse::{Parse, PacketParserResult}; use crate::openpgp::policy::Policy; -- cgit v1.2.3