diff options
Diffstat (limited to 'src/parser/tests.rs')
| -rw-r--r-- | src/parser/tests.rs | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/src/parser/tests.rs b/src/parser/tests.rs index b2ee623..c498159 100644 --- a/src/parser/tests.rs +++ b/src/parser/tests.rs @@ -53,7 +53,7 @@ Title  	};  } -#[allow(clippy::cyclomatic_complexity)] +#[allow(clippy::cognitive_complexity)]  #[test]  fn two_targets() {  	parses_to! { @@ -76,7 +76,7 @@ fn two_targets() {  	};  } -#[allow(clippy::cyclomatic_complexity)] +#[allow(clippy::cognitive_complexity)]  #[test]  fn admonitions() {  	parses_to! { @@ -111,7 +111,7 @@ fn admonitions() {  // TODO: test substitutions  // TODO: test images -#[allow(clippy::cyclomatic_complexity)] +#[allow(clippy::cognitive_complexity)]  #[test]  fn nested_lists() {  	parses_to! { | 
