Skip to content

Commit

Permalink
🔧 fix: comments for cfg lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-Becker committed Feb 12, 2023
1 parent 20c3e50 commit c06a4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heimdall/src/cfg/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c06a4ad

Please sign in to comment.