Struct rust_code_analysis::CommentRmCfg [−][src]
Expand description
Configuration options for removing comments from a code.
Fields
in_place: boolIf true, the modified code is saved on a file
path: PathBufPath to output file
