From f3a46d4ce56aa70798e776265867e4da4f359891 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 12 Dec 2017 15:18:54 +0100 Subject: Move the ASCII Armor module to 'sequoia::openpgp'. --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index c5821007..0c16e711 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -18,7 +18,6 @@ pub mod keys; pub mod store; pub mod net; pub mod ffi; -pub mod armor; mod buffered_reader; -- cgit v1.2.3