Skip to content

Commit 3071cef

Browse files
committed
Skipping doc tests
1 parent 9cf9557 commit 3071cef

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/lib.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@ use anyhow::{Context as AnyhowContext, Error, anyhow};
22
use base64::Engine;
33
use clap::Parser;
44
use glob::glob;
5+
use sequoia_openpgp as openpgp;
6+
use openpgp::{Cert, parse::Parse};
57
use pgp::types::PublicKeyTrait;
68
use pgp::{Deserializable, SignedPublicKey};
79
use serde_yaml::Value;
810
use std::fs;
911
use std::io::Write;
1012
use std::path::Path;
1113
use std::process::{Command, Stdio};
12-
use sequoia_openpgp::Cert;
13-
use sequoia_openpgp::parse::Parse;
14-
1514
#[derive(Parser, Debug)]
1615
struct Args {
1716
/// Base64-encoded private GPG key

0 commit comments

Comments
 (0)