From c06a4ad3b2254cedbb531a3139ca45c5eef5d007 Mon Sep 17 00:00:00 2001 From: Jonathan Becker <64037729+Jon-Becker@users.noreply.github.com> Date: Sun, 12 Feb 2023 15:36:43 -0500 Subject: [PATCH] :wrench: fix: comments for cfg lib --- heimdall/src/cfg/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heimdall/src/cfg/mod.rs b/heimdall/src/cfg/mod.rs index a7e48849..2a909afb 100644 --- a/heimdall/src/cfg/mod.rs +++ b/heimdall/src/cfg/mod.rs @@ -384,7 +384,7 @@ impl CFGBuilder where { self } - /// Whether to skip resolving function selectors. + /// The format to additionally generate to. (e.g. svg, png, pdf) #[allow(dead_code)] pub fn format(mut self, format: String) -> CFGBuilder { self.args.format = format;