[INFO] crate textile 0.2.1 is already in cache [INFO] extracting crate textile 0.2.1 into work/ex/clippy-test-run/sources/stable/reg/textile/0.2.1 [INFO] extracting crate textile 0.2.1 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/textile/0.2.1 [INFO] validating manifest of textile-0.2.1 on toolchain stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of textile-0.2.1 on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing textile-0.2.1 [INFO] finished frobbing textile-0.2.1 [INFO] frobbed toml for textile-0.2.1 written to work/ex/clippy-test-run/sources/stable/reg/textile/0.2.1/Cargo.toml [INFO] started frobbing textile-0.2.1 [INFO] finished frobbing textile-0.2.1 [INFO] frobbed toml for textile-0.2.1 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/textile/0.2.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting textile-0.2.1 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-4/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/textile/0.2.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] ab332c809c12022da70f0435d21166f0a8da97e22e2c66386f722619119cc855 [INFO] running `"docker" "start" "-a" "ab332c809c12022da70f0435d21166f0a8da97e22e2c66386f722619119cc855"` [INFO] [stderr] Checking textile v0.2.1 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/parser/block/block_quotation.rs:71:17 [INFO] [stderr] | [INFO] [stderr] 71 | cite: cite, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `cite` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/parser/block/heading.rs:26:17 [INFO] [stderr] | [INFO] [stderr] 26 | level: level, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `level` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/parser/inline/abbreviation.rs:24:21 [INFO] [stderr] | [INFO] [stderr] 24 | transcript: transcript, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `transcript` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/parser/inline/bold.rs:24:21 [INFO] [stderr] | [INFO] [stderr] 24 | tag_type: tag_type, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `tag_type` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/parser/inline/image.rs:28:17 [INFO] [stderr] | [INFO] [stderr] 28 | alt: alt, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `alt` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/parser/inline/image.rs:29:17 [INFO] [stderr] | [INFO] [stderr] 29 | href: href, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `href` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/parser/inline/image.rs:30:17 [INFO] [stderr] | [INFO] [stderr] 30 | src: src, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `src` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/parser/inline/italic.rs:24:21 [INFO] [stderr] | [INFO] [stderr] 24 | tag_type: tag_type, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `tag_type` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/parser/inline/link.rs:41:17 [INFO] [stderr] | [INFO] [stderr] 41 | elements: elements, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `elements` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/parser/inline/link.rs:42:17 [INFO] [stderr] | [INFO] [stderr] 42 | href: href, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `href` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/parser/inline/link.rs:43:17 [INFO] [stderr] | [INFO] [stderr] 43 | title: title, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `title` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/parser/block/block_quotation.rs:71:17 [INFO] [stderr] | [INFO] [stderr] 71 | cite: cite, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `cite` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/parser/block/heading.rs:26:17 [INFO] [stderr] | [INFO] [stderr] 26 | level: level, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `level` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/parser/inline/abbreviation.rs:24:21 [INFO] [stderr] | [INFO] [stderr] 24 | transcript: transcript, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `transcript` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/parser/inline/bold.rs:24:21 [INFO] [stderr] | [INFO] [stderr] 24 | tag_type: tag_type, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `tag_type` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/parser/inline/image.rs:28:17 [INFO] [stderr] | [INFO] [stderr] 28 | alt: alt, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `alt` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/parser/inline/image.rs:29:17 [INFO] [stderr] | [INFO] [stderr] 29 | href: href, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `href` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/parser/inline/image.rs:30:17 [INFO] [stderr] | [INFO] [stderr] 30 | src: src, [INFO] [stderr] | ^^^^^^^^ help: replace it with: `src` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/parser/inline/italic.rs:24:21 [INFO] [stderr] | [INFO] [stderr] 24 | tag_type: tag_type, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `tag_type` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/parser/inline/link.rs:41:17 [INFO] [stderr] | [INFO] [stderr] 41 | elements: elements, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace it with: `elements` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/parser/inline/link.rs:42:17 [INFO] [stderr] | [INFO] [stderr] 42 | href: href, [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `href` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/parser/inline/link.rs:43:17 [INFO] [stderr] | [INFO] [stderr] 43 | title: title, [INFO] [stderr] | ^^^^^^^^^^^^ help: replace it with: `title` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: single-character string constant used as pattern [INFO] [stderr] --> src/parser/attributes.rs:21:51 [INFO] [stderr] | [INFO] [stderr] 21 | let padding_type = if padding.starts_with("(") { [INFO] [stderr] | ^^^ help: try using a char instead: `'('` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::single_char_pattern)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/parser/block/mod.rs:33:25 [INFO] [stderr] | [INFO] [stderr] 33 | static ref FNS: Vec Option<(Block, usize)>> = vec![ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::type_complexity)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/parser/block/mod.rs:33:25 [INFO] [stderr] | [INFO] [stderr] 33 | static ref FNS: Vec Option<(Block, usize)>> = vec![ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: redundant pattern matching, consider using `is_some()` [INFO] [stderr] --> src/parser/block/mod.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | if let Some(_) = res { [INFO] [stderr] | _________- ^^^^^^^ [INFO] [stderr] 53 | | return res; [INFO] [stderr] 54 | | } [INFO] [stderr] | |_________- help: try this: `if res.is_some()` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_pattern_matching)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pattern_matching [INFO] [stderr] [INFO] [stderr] warning: single-character string constant used as pattern [INFO] [stderr] --> src/parser/attributes.rs:21:51 [INFO] [stderr] | [INFO] [stderr] 21 | let padding_type = if padding.starts_with("(") { [INFO] [stderr] | ^^^ help: try using a char instead: `'('` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::single_char_pattern)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern [INFO] [stderr] [INFO] [stderr] warning: single-character string constant used as pattern [INFO] [stderr] --> src/parser/inline/mod.rs:58:65 [INFO] [stderr] | [INFO] [stderr] 58 | if idx < lines.len() - 1 && !lines[idx + 1].starts_with(" ") { [INFO] [stderr] | ^^^ help: try using a char instead: `' '` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/parser/inline/mod.rs:67:25 [INFO] [stderr] | [INFO] [stderr] 67 | static ref FNS: Vec Option<(Inline, usize)>> = vec![ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: redundant pattern matching, consider using `is_some()` [INFO] [stderr] --> src/parser/inline/mod.rs:86:16 [INFO] [stderr] | [INFO] [stderr] 86 | if let Some(_) = res { [INFO] [stderr] | _________- ^^^^^^^ [INFO] [stderr] 87 | | return res; [INFO] [stderr] 88 | | } [INFO] [stderr] | |_________- help: try this: `if res.is_some()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pattern_matching [INFO] [stderr] [INFO] [stderr] error: regex syntax error: invalid range boundary, must be a literal [INFO] [stderr] --> src/parser/patterns.rs:32:71 [INFO] [stderr] | [INFO] [stderr] 32 | pub static ref CLASS_ID_PATTERN: Regex = Regex::new("\\((?P[\\w-_\\. ]+)?(?:#(?P[\\w-_]+))?\\)").unwrap(); [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::invalid_regex)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#invalid_regex [INFO] [stderr] [INFO] [stderr] warning: useless use of `vec!` [INFO] [stderr] --> src/parser/block/comment.rs:60:27 [INFO] [stderr] | [INFO] [stderr] 60 | parse_comment(&vec!["###. Comment block"]), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: you can use a slice directly: `&["###. Comment block"]` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::useless_vec)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec [INFO] [stderr] [INFO] [stderr] warning: useless use of `vec!` [INFO] [stderr] --> src/parser/block/comment.rs:71:27 [INFO] [stderr] | [INFO] [stderr] 71 | parse_comment(&vec!["###.. Comment block", "", "in multiline mode", "", "p. Paragraph"]), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: you can use a slice directly: `&["###.. Comment block", "", "in multiline mode", "", "p. Paragraph"]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec [INFO] [stderr] [INFO] [stderr] warning: useless use of `vec!` [INFO] [stderr] --> src/parser/block/heading.rs:44:27 [INFO] [stderr] | [INFO] [stderr] 44 | parse_heading(&vec!["h2. *Bold text* _Italic text_"]), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: you can use a slice directly: `&["h2. *Bold text* _Italic text_"]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/parser/block/mod.rs:33:25 [INFO] [stderr] | [INFO] [stderr] 33 | static ref FNS: Vec Option<(Block, usize)>> = vec![ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::type_complexity)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/parser/block/mod.rs:33:25 [INFO] [stderr] | [INFO] [stderr] 33 | static ref FNS: Vec Option<(Block, usize)>> = vec![ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: redundant pattern matching, consider using `is_some()` [INFO] [stderr] --> src/parser/block/mod.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | if let Some(_) = res { [INFO] [stderr] | _________- ^^^^^^^ [INFO] [stderr] 53 | | return res; [INFO] [stderr] 54 | | } [INFO] [stderr] | |_________- help: try this: `if res.is_some()` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_pattern_matching)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pattern_matching [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `textile`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: single-character string constant used as pattern [INFO] [stderr] --> src/parser/inline/mod.rs:58:65 [INFO] [stderr] | [INFO] [stderr] 58 | if idx < lines.len() - 1 && !lines[idx + 1].starts_with(" ") { [INFO] [stderr] | ^^^ help: try using a char instead: `' '` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern [INFO] [stderr] [INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stderr] --> src/parser/inline/mod.rs:67:25 [INFO] [stderr] | [INFO] [stderr] 67 | static ref FNS: Vec Option<(Inline, usize)>> = vec![ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stderr] [INFO] [stderr] warning: redundant pattern matching, consider using `is_some()` [INFO] [stderr] --> src/parser/inline/mod.rs:86:16 [INFO] [stderr] | [INFO] [stderr] 86 | if let Some(_) = res { [INFO] [stderr] | _________- ^^^^^^^ [INFO] [stderr] 87 | | return res; [INFO] [stderr] 88 | | } [INFO] [stderr] | |_________- help: try this: `if res.is_some()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pattern_matching [INFO] [stderr] [INFO] [stderr] error: regex syntax error: invalid range boundary, must be a literal [INFO] [stderr] --> src/parser/patterns.rs:32:71 [INFO] [stderr] | [INFO] [stderr] 32 | pub static ref CLASS_ID_PATTERN: Regex = Regex::new("\\((?P[\\w-_\\. ]+)?(?:#(?P[\\w-_]+))?\\)").unwrap(); [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::invalid_regex)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#invalid_regex [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `textile`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ab332c809c12022da70f0435d21166f0a8da97e22e2c66386f722619119cc855"` [INFO] running `"docker" "rm" "-f" "ab332c809c12022da70f0435d21166f0a8da97e22e2c66386f722619119cc855"` [INFO] [stdout] ab332c809c12022da70f0435d21166f0a8da97e22e2c66386f722619119cc855