aboutsummaryrefslogtreecommitdiffstats
path: root/tests/frontmatter.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontmatter.rs')
-rw-r--r--tests/frontmatter.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/frontmatter.rs b/tests/frontmatter.rs
index b1380b6..7e647d9 100644
--- a/tests/frontmatter.rs
+++ b/tests/frontmatter.rs
@@ -13,11 +13,11 @@ fn frontmatter() -> Result<(), String> {
parse: ParseOptions {
constructs: Constructs {
frontmatter: true,
- ..Constructs::default()
+ ..Default::default()
},
- ..ParseOptions::default()
+ ..Default::default()
},
- ..Options::default()
+ ..Default::default()
};
assert_eq!(