Skip to content

Commit f212936

Browse files
committed
Use default comments when building auxiliary files
1 parent 00d902c commit f212936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ fn build_aux(
544544
stderr: err.to_string().into_bytes(),
545545
stdout: vec![],
546546
})?;
547-
let comments = parse_comments(&file_contents, Comments::default(), aux_file)?;
547+
let comments = parse_comments(&file_contents, config.comment_defaults.clone(), aux_file)?;
548548
assert_eq!(
549549
comments.revisions, None,
550550
"aux builds cannot specify revisions"

0 commit comments

Comments
 (0)