Skip to content

Commit

Permalink
Comments are now disabled by default; #22
Browse files Browse the repository at this point in the history
  • Loading branch information
msuchane committed Feb 27, 2024
1 parent ba75a8a commit 148bc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ impl Options {
impl Default for Options {
fn default() -> Self {
Self {
comments: true,
comments: false,
file_prefixes: true,
anchor_prefixes: false,
examples: true,
Expand Down

0 comments on commit 148bc9b

Please sign in to comment.