From 47163ef01062aa07ecb2dc23f49446c51cf7d8ac Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Sat, 5 Jan 2019 15:51:59 -0600 Subject: [PATCH] DOC: Fix docstring for registry new constructors. --- src/convert/mod.rs | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/convert/mod.rs b/src/convert/mod.rs index ff62d63..47a34da 100644 --- a/src/convert/mod.rs +++ b/src/convert/mod.rs @@ -31,7 +31,7 @@ pub struct ConverterRegistry { } impl ConverterRegistry { - /// new creates a new ConverterRunner with a converter for the provided output target. + /// Creates a new ConverterRegistry. /// /// * flags /// * json @@ -75,12 +75,10 @@ pub struct ImporterRegistry { } impl ImporterRegistry { - /// new creates a new ConverterRunner with a converter for the provided output target. + /// Creates a new ImporterRegistry. /// - /// * flags - /// * json - /// * env - /// * exec + /// * b64 + /// * b64urlsafe fn new() -> Self { ImporterRegistry { importers: HashMap::new(),