diff options
| author | Philipp A | 2019-11-09 14:59:37 +0100 | 
|---|---|---|
| committer | Philipp A | 2019-11-09 14:59:37 +0100 | 
| commit | 603fbf0b91c643cfa0921aadb6865ae9d7c094bf (patch) | |
| tree | 2061e0987d4e731464ddf9cd37766083bdd0d621 /src/parser/tests.rs | |
| parent | df6b7645d845a022ca7eeba08b1ecb761a020195 (diff) | |
| download | rust-rst-603fbf0b91c643cfa0921aadb6865ae9d7c094bf.tar.bz2 | |
Simple indirect links
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! { | 
