aboutsummaryrefslogtreecommitdiffstats
path: root/tests/math_flow.rs
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-10-14 10:49:28 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-10-14 10:49:28 +0200
commit246063fb7cd21a83beae5934f95b2795fb85df51 (patch)
tree5f82a11d17ea5468376693c7a0405ed71d7ae147 /tests/math_flow.rs
parent9cc1ad4a90616b7fb4ae7b425a5b9844887f4584 (diff)
downloadmarkdown-rs-246063fb7cd21a83beae5934f95b2795fb85df51.tar.gz
markdown-rs-246063fb7cd21a83beae5934f95b2795fb85df51.tar.bz2
markdown-rs-246063fb7cd21a83beae5934f95b2795fb85df51.zip
Refactor to use default trait in tests
Diffstat (limited to 'tests/math_flow.rs')
-rw-r--r--tests/math_flow.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/math_flow.rs b/tests/math_flow.rs
index b3ce669..18795ab 100644
--- a/tests/math_flow.rs
+++ b/tests/math_flow.rs
@@ -14,11 +14,11 @@ fn math_flow() -> Result<(), String> {
constructs: Constructs {
math_text: true,
math_flow: true,
- ..Constructs::default()
+ ..Default::default()
},
- ..ParseOptions::default()
+ ..Default::default()
},
- ..Options::default()
+ ..Default::default()
};
assert_eq!(