aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/tests.rs')
-rw-r--r--src/parser/tests.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/parser/tests.rs b/src/parser/tests.rs
index 7c5c114..331f87b 100644
--- a/src/parser/tests.rs
+++ b/src/parser/tests.rs
@@ -53,6 +53,7 @@ Title
};
}
+#[allow(clippy::cyclomatic_complexity)]
#[test]
fn two_targets() {
parses_to! {
@@ -75,6 +76,7 @@ fn two_targets() {
};
}
+#[allow(clippy::cyclomatic_complexity)]
#[test]
fn admonitions() {
parses_to! {
@@ -109,6 +111,7 @@ fn admonitions() {
// TODO: substitutions
// TODO: images
+#[allow(clippy::cyclomatic_complexity)]
#[test]
fn nested_lists() {
parses_to! {