[INFO] crate typed-html-macros 0.1.1 is already in cache
[INFO] extracting crate typed-html-macros 0.1.1 into work/ex/clippy-test-run/sources/stable/reg/typed-html-macros/0.1.1
[INFO] extracting crate typed-html-macros 0.1.1 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/typed-html-macros/0.1.1
[INFO] validating manifest of typed-html-macros-0.1.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 typed-html-macros-0.1.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 typed-html-macros-0.1.1
[INFO] finished frobbing typed-html-macros-0.1.1
[INFO] frobbed toml for typed-html-macros-0.1.1 written to work/ex/clippy-test-run/sources/stable/reg/typed-html-macros/0.1.1/Cargo.toml
[INFO] started frobbing typed-html-macros-0.1.1
[INFO] finished frobbing typed-html-macros-0.1.1
[INFO] frobbed toml for typed-html-macros-0.1.1 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/typed-html-macros/0.1.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 typed-html-macros-0.1.1 against stable for clippy-test-run
[INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-3/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/typed-html-macros/0.1.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] 260e85d1e1b0c0e953fbbf6594ff1984fdd96d37a10750d895540f528488efe3
[INFO] running `"docker" "start" "-a" "260e85d1e1b0c0e953fbbf6594ff1984fdd96d37a10750d895540f528488efe3"`
[INFO] [stderr] Compiling proc-macro2 v0.4.26
[INFO] [stderr] Compiling byteorder v1.3.1
[INFO] [stderr] Compiling byte-tools v0.3.1
[INFO] [stderr] Compiling opaque-debug v0.2.2
[INFO] [stderr] Compiling lalrpop-util v0.16.3
[INFO] [stderr] Compiling itertools v0.8.0
[INFO] [stderr] Compiling ena v0.11.0
[INFO] [stderr] Compiling block-padding v0.1.3
[INFO] [stderr] Compiling block-buffer v0.7.2
[INFO] [stderr] Compiling sha2 v0.8.0
[INFO] [stderr] Checking quote v0.6.11
[INFO] [stderr] Compiling string_cache_codegen v0.4.2
[INFO] [stderr] Compiling syn v0.15.26
[INFO] [stderr] Compiling string_cache v0.7.3
[INFO] [stderr] Compiling serde_derive v1.0.85
[INFO] [stderr] Compiling proc-macro-hack v0.5.4
[INFO] [stderr] Compiling docopt v1.0.2
[INFO] [stderr] Compiling lalrpop v0.16.3
[INFO] [stderr] Compiling typed-html-macros v0.1.1 (/opt/crater/workdir)
[INFO] [stderr] warning: this `else { if .. }` block can be collapsed
[INFO] [stderr] --> src/declare.rs:326:20
[INFO] [stderr] |
[INFO] [stderr] 326 | } else {
[INFO] [stderr] | ____________________^
[INFO] [stderr] 327 | | if !SELF_CLOSING.contains(&elem_name.to_string().as_str()) {
[INFO] [stderr] 328 | | quote!(write!(f, ">{}>", #name))
[INFO] [stderr] 329 | | } else {
[INFO] [stderr] 330 | | quote!(write!(f, "/>"))
[INFO] [stderr] 331 | | }
[INFO] [stderr] 332 | | }
[INFO] [stderr] | |_____________^
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::collapsible_if)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_if
[INFO] [stderr] help: try
[INFO] [stderr] |
[INFO] [stderr] 326 | } else if !SELF_CLOSING.contains(&elem_name.to_string().as_str()) {
[INFO] [stderr] 327 | quote!(write!(f, ">{}>", #name))
[INFO] [stderr] 328 | } else {
[INFO] [stderr] 329 | quote!(write!(f, "/>"))
[INFO] [stderr] 330 | }
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: Constants have by default a `'static` lifetime
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:71:22
[INFO] [stderr] |
[INFO] [stderr] 71 | const __ACTION: &'static [i16] = &[
[INFO] [stderr] | -^^^^^^^------ help: consider removing `'static`: `&[i16]`
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::const_static_lifetime)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime
[INFO] [stderr]
[INFO] [stderr] warning: Constants have by default a `'static` lifetime
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:241:26
[INFO] [stderr] |
[INFO] [stderr] 241 | const __EOF_ACTION: &'static [i16] = &[
[INFO] [stderr] | -^^^^^^^------ help: consider removing `'static`: `&[i16]`
[INFO] [stderr] warning: this `else { if .. }` block can be collapsed
[INFO] [stderr] --> src/declare.rs:326:20
[INFO] [stderr] |
[INFO] [stderr] 326 | } else {
[INFO] [stderr] | ____________________^
[INFO] [stderr] 327 | | if !SELF_CLOSING.contains(&elem_name.to_string().as_str()) {
[INFO] [stderr] 328 | | quote!(write!(f, ">{}>", #name))
[INFO] [stderr] 329 | | } else {
[INFO] [stderr] 330 | | quote!(write!(f, "/>"))
[INFO] [stderr] 331 | | }
[INFO] [stderr] 332 | | }
[INFO] [stderr] | |_____________^
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::collapsible_if)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_if
[INFO] [stderr] help: try
[INFO] [stderr] |
[INFO] [stderr] 326 | } else if !SELF_CLOSING.contains(&elem_name.to_string().as_str()) {
[INFO] [stderr] 327 | quote!(write!(f, ">{}>", #name))
[INFO] [stderr] 328 | } else {
[INFO] [stderr] 329 | quote!(write!(f, "/>"))
[INFO] [stderr] 330 | }
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime
[INFO] [stderr]
[INFO] [stderr] warning: Constants have by default a `'static` lifetime
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:411:20
[INFO] [stderr] |
[INFO] [stderr] 411 | const __GOTO: &'static [i16] = &[
[INFO] [stderr] | -^^^^^^^------ help: consider removing `'static`: `&[i16]`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime
[INFO] [stderr]
[INFO] [stderr] warning: Constants have by default a `'static` lifetime
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:582:28
[INFO] [stderr] |
[INFO] [stderr] 582 | const __TERMINAL: &'static [&'static str] = &[
[INFO] [stderr] | -^^^^^^^--------------- help: consider removing `'static`: `&[&'static str]`
[INFO] [stderr] warning: Constants have by default a `'static` lifetime
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:71:22
[INFO] [stderr] |
[INFO] [stderr] 71 | const __ACTION: &'static [i16] = &[
[INFO] [stderr] | -^^^^^^^------ help: consider removing `'static`: `&[i16]`
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::const_static_lifetime)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime
[INFO] [stderr]
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime
[INFO] [stderr]
[INFO] [stderr] warning: Constants have by default a `'static` lifetime
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:582:38
[INFO] [stderr] |
[INFO] [stderr] 582 | const __TERMINAL: &'static [&'static str] = &[
[INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:750:68
[INFO] [stderr] |
[INFO] [stderr] 750 | __tok @ Token::Punct('&', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::double_parens)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:754:69
[INFO] [stderr] |
[INFO] [stderr] 754 | __tok @ Token::Punct('\'', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:758:68
[INFO] [stderr] |
[INFO] [stderr] 758 | __tok @ Token::Punct(',', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:762:68
[INFO] [stderr] |
[INFO] [stderr] 762 | __tok @ Token::Punct('-', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:766:68
[INFO] [stderr] |
[INFO] [stderr] 766 | __tok @ Token::Punct('.', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:770:68
[INFO] [stderr] |
[INFO] [stderr] 770 | __tok @ Token::Punct('/', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:774:68
[INFO] [stderr] |
[INFO] [stderr] 774 | __tok @ Token::Punct(':', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:778:68
[INFO] [stderr] |
[INFO] [stderr] 778 | __tok @ Token::Punct(';', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:782:68
[INFO] [stderr] |
[INFO] [stderr] 782 | __tok @ Token::Punct('<', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:786:68
[INFO] [stderr] |
[INFO] [stderr] 786 | __tok @ Token::Punct('=', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:790:68
[INFO] [stderr] |
[INFO] [stderr] 790 | __tok @ Token::Punct('>', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:794:87
[INFO] [stderr] |
[INFO] [stderr] 794 | __tok @ Token::GroupOpen(Delimiter::Bracket, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:798:88
[INFO] [stderr] |
[INFO] [stderr] 798 | __tok @ Token::GroupClose(Delimiter::Bracket, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:802:85
[INFO] [stderr] |
[INFO] [stderr] 802 | __tok @ Token::Keyword(lexer::Keyword::In, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:806:87
[INFO] [stderr] |
[INFO] [stderr] 806 | __tok @ Token::Keyword(lexer::Keyword::With, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:810:85
[INFO] [stderr] |
[INFO] [stderr] 810 | __tok @ Token::GroupOpen(Delimiter::Brace, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:814:86
[INFO] [stderr] |
[INFO] [stderr] 814 | __tok @ Token::GroupClose(Delimiter::Brace, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:818:81
[INFO] [stderr] |
[INFO] [stderr] 818 | __tok @ Token::Group(Delimiter::Brace, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:822:83
[INFO] [stderr] |
[INFO] [stderr] 822 | __tok @ Token::Group(Delimiter::Bracket, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:826:63
[INFO] [stderr] |
[INFO] [stderr] 826 | __tok @ Token::Ident(_) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:830:65
[INFO] [stderr] |
[INFO] [stderr] 830 | __tok @ Token::Literal(_) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:834:87
[INFO] [stderr] |
[INFO] [stderr] 834 | __tok @ Token::Group(Delimiter::Parenthesis, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Constants have by default a `'static` lifetime
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:241:26
[INFO] [stderr] |
[INFO] [stderr] 241 | const __EOF_ACTION: &'static [i16] = &[
[INFO] [stderr] | -^^^^^^^------ help: consider removing `'static`: `&[i16]`
[INFO] [stderr] warning: returning the result of a let binding from a block. Consider returning the expression directly.
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:1755:13
[INFO] [stderr] |
[INFO] [stderr] 1755 | __r
[INFO] [stderr] | ^^^
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::let_and_return)] on by default
[INFO] [stderr] note: this expression can be directly returned
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:1749:23
[INFO] [stderr] |
[INFO] [stderr] 1749 | let __r = __state_machine::Parser::drive(
[INFO] [stderr] | _______________________^
[INFO] [stderr] 1750 | | __StateMachine {
[INFO] [stderr] 1751 | | __phantom: ::std::marker::PhantomData::<()>,
[INFO] [stderr] 1752 | | },
[INFO] [stderr] 1753 | | __tokens,
[INFO] [stderr] 1754 | | );
[INFO] [stderr] | |_____________^
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_and_return
[INFO] [stderr]
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime
[INFO] [stderr]
[INFO] [stderr] warning: Constants have by default a `'static` lifetime
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:411:20
[INFO] [stderr] |
[INFO] [stderr] 411 | const __GOTO: &'static [i16] = &[
[INFO] [stderr] | -^^^^^^^------ help: consider removing `'static`: `&[i16]`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime
[INFO] [stderr]
[INFO] [stderr] warning: Constants have by default a `'static` lifetime
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:582:28
[INFO] [stderr] |
[INFO] [stderr] 582 | const __TERMINAL: &'static [&'static str] = &[
[INFO] [stderr] | -^^^^^^^--------------- help: consider removing `'static`: `&[&'static str]`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime
[INFO] [stderr]
[INFO] [stderr] warning: Constants have by default a `'static` lifetime
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:582:38
[INFO] [stderr] |
[INFO] [stderr] 582 | const __TERMINAL: &'static [&'static str] = &[
[INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:750:68
[INFO] [stderr] |
[INFO] [stderr] 750 | __tok @ Token::Punct('&', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::double_parens)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:754:69
[INFO] [stderr] |
[INFO] [stderr] 754 | __tok @ Token::Punct('\'', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:758:68
[INFO] [stderr] |
[INFO] [stderr] 758 | __tok @ Token::Punct(',', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:762:68
[INFO] [stderr] |
[INFO] [stderr] 762 | __tok @ Token::Punct('-', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:766:68
[INFO] [stderr] |
[INFO] [stderr] 766 | __tok @ Token::Punct('.', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:770:68
[INFO] [stderr] |
[INFO] [stderr] 770 | __tok @ Token::Punct('/', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:774:68
[INFO] [stderr] |
[INFO] [stderr] 774 | __tok @ Token::Punct(':', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:778:68
[INFO] [stderr] |
[INFO] [stderr] 778 | __tok @ Token::Punct(';', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:782:68
[INFO] [stderr] |
[INFO] [stderr] 782 | __tok @ Token::Punct('<', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:786:68
[INFO] [stderr] |
[INFO] [stderr] 786 | __tok @ Token::Punct('=', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:790:68
[INFO] [stderr] |
[INFO] [stderr] 790 | __tok @ Token::Punct('>', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:794:87
[INFO] [stderr] |
[INFO] [stderr] 794 | __tok @ Token::GroupOpen(Delimiter::Bracket, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:798:88
[INFO] [stderr] |
[INFO] [stderr] 798 | __tok @ Token::GroupClose(Delimiter::Bracket, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:802:85
[INFO] [stderr] |
[INFO] [stderr] 802 | __tok @ Token::Keyword(lexer::Keyword::In, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:806:87
[INFO] [stderr] |
[INFO] [stderr] 806 | __tok @ Token::Keyword(lexer::Keyword::With, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:810:85
[INFO] [stderr] |
[INFO] [stderr] 810 | __tok @ Token::GroupOpen(Delimiter::Brace, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:814:86
[INFO] [stderr] |
[INFO] [stderr] 814 | __tok @ Token::GroupClose(Delimiter::Brace, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:818:81
[INFO] [stderr] |
[INFO] [stderr] 818 | __tok @ Token::Group(Delimiter::Brace, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:822:83
[INFO] [stderr] |
[INFO] [stderr] 822 | __tok @ Token::Group(Delimiter::Bracket, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:826:63
[INFO] [stderr] |
[INFO] [stderr] 826 | __tok @ Token::Ident(_) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:830:65
[INFO] [stderr] |
[INFO] [stderr] 830 | __tok @ Token::Literal(_) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:834:87
[INFO] [stderr] |
[INFO] [stderr] 834 | __tok @ Token::Group(Delimiter::Parenthesis, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: returning the result of a let binding from a block. Consider returning the expression directly.
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:1755:13
[INFO] [stderr] |
[INFO] [stderr] 1755 | __r
[INFO] [stderr] | ^^^
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::let_and_return)] on by default
[INFO] [stderr] note: this expression can be directly returned
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:1749:23
[INFO] [stderr] |
[INFO] [stderr] 1749 | let __r = __state_machine::Parser::drive(
[INFO] [stderr] | _______________________^
[INFO] [stderr] 1750 | | __StateMachine {
[INFO] [stderr] 1751 | | __phantom: ::std::marker::PhantomData::<()>,
[INFO] [stderr] 1752 | | },
[INFO] [stderr] 1753 | | __tokens,
[INFO] [stderr] 1754 | | );
[INFO] [stderr] | |_____________^
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_and_return
[INFO] [stderr]
[INFO] [stderr] warning: Constants have by default a `'static` lifetime
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5175:22
[INFO] [stderr] |
[INFO] [stderr] 5175 | const __ACTION: &'static [i16] = &[
[INFO] [stderr] | -^^^^^^^------ help: consider removing `'static`: `&[i16]`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime
[INFO] [stderr]
[INFO] [stderr] warning: Constants have by default a `'static` lifetime
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5307:26
[INFO] [stderr] |
[INFO] [stderr] 5307 | const __EOF_ACTION: &'static [i16] = &[
[INFO] [stderr] | -^^^^^^^------ help: consider removing `'static`: `&[i16]`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime
[INFO] [stderr]
[INFO] [stderr] warning: Constants have by default a `'static` lifetime
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5439:20
[INFO] [stderr] |
[INFO] [stderr] 5439 | const __GOTO: &'static [i16] = &[
[INFO] [stderr] | -^^^^^^^------ help: consider removing `'static`: `&[i16]`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime
[INFO] [stderr]
[INFO] [stderr] warning: Constants have by default a `'static` lifetime
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5572:28
[INFO] [stderr] |
[INFO] [stderr] 5572 | const __TERMINAL: &'static [&'static str] = &[
[INFO] [stderr] | -^^^^^^^--------------- help: consider removing `'static`: `&[&'static str]`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime
[INFO] [stderr]
[INFO] [stderr] warning: Constants have by default a `'static` lifetime
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5572:38
[INFO] [stderr] |
[INFO] [stderr] 5572 | const __TERMINAL: &'static [&'static str] = &[
[INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5740:68
[INFO] [stderr] |
[INFO] [stderr] 5740 | __tok @ Token::Punct('&', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] warning: Constants have by default a `'static` lifetime
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5175:22
[INFO] [stderr] |
[INFO] [stderr] 5175 | const __ACTION: &'static [i16] = &[
[INFO] [stderr] | -^^^^^^^------ help: consider removing `'static`: `&[i16]`
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5744:69
[INFO] [stderr] |
[INFO] [stderr] 5744 | __tok @ Token::Punct('\'', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5748:68
[INFO] [stderr] |
[INFO] [stderr] 5748 | __tok @ Token::Punct(',', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Constants have by default a `'static` lifetime
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5307:26
[INFO] [stderr] |
[INFO] [stderr] 5307 | const __EOF_ACTION: &'static [i16] = &[
[INFO] [stderr] | -^^^^^^^------ help: consider removing `'static`: `&[i16]`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime
[INFO] [stderr]
[INFO] [stderr] warning: Constants have by default a `'static` lifetime
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5439:20
[INFO] [stderr] |
[INFO] [stderr] 5439 | const __GOTO: &'static [i16] = &[
[INFO] [stderr] | -^^^^^^^------ help: consider removing `'static`: `&[i16]`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5752:68
[INFO] [stderr] |
[INFO] [stderr] 5752 | __tok @ Token::Punct('-', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5756:68
[INFO] [stderr] |
[INFO] [stderr] 5756 | __tok @ Token::Punct('.', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5760:68
[INFO] [stderr] |
[INFO] [stderr] 5760 | __tok @ Token::Punct('/', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5764:68
[INFO] [stderr] |
[INFO] [stderr] 5764 | __tok @ Token::Punct(':', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5768:68
[INFO] [stderr] |
[INFO] [stderr] 5768 | __tok @ Token::Punct(';', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5772:68
[INFO] [stderr] |
[INFO] [stderr] 5772 | __tok @ Token::Punct('<', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5776:68
[INFO] [stderr] |
[INFO] [stderr] 5776 | __tok @ Token::Punct('=', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5780:68
[INFO] [stderr] |
[INFO] [stderr] 5780 | __tok @ Token::Punct('>', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5784:87
[INFO] [stderr] |
[INFO] [stderr] 5784 | __tok @ Token::GroupOpen(Delimiter::Bracket, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5788:88
[INFO] [stderr] |
[INFO] [stderr] 5788 | __tok @ Token::GroupClose(Delimiter::Bracket, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5792:85
[INFO] [stderr] |
[INFO] [stderr] 5792 | __tok @ Token::Keyword(lexer::Keyword::In, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5796:87
[INFO] [stderr] |
[INFO] [stderr] 5796 | __tok @ Token::Keyword(lexer::Keyword::With, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5800:85
[INFO] [stderr] |
[INFO] [stderr] 5800 | __tok @ Token::GroupOpen(Delimiter::Brace, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5804:86
[INFO] [stderr] |
[INFO] [stderr] 5804 | __tok @ Token::GroupClose(Delimiter::Brace, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5808:81
[INFO] [stderr] |
[INFO] [stderr] 5808 | __tok @ Token::Group(Delimiter::Brace, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5812:83
[INFO] [stderr] |
[INFO] [stderr] 5812 | __tok @ Token::Group(Delimiter::Bracket, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5816:63
[INFO] [stderr] |
[INFO] [stderr] 5816 | __tok @ Token::Ident(_) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5820:65
[INFO] [stderr] |
[INFO] [stderr] 5820 | __tok @ Token::Literal(_) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5824:87
[INFO] [stderr] |
[INFO] [stderr] 5824 | __tok @ Token::Group(Delimiter::Parenthesis, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: returning the result of a let binding from a block. Consider returning the expression directly.
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:6745:13
[INFO] [stderr] |
[INFO] [stderr] 6745 | __r
[INFO] [stderr] | ^^^
[INFO] [stderr] |
[INFO] [stderr] note: this expression can be directly returned
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:6739:23
[INFO] [stderr] |
[INFO] [stderr] 6739 | let __r = __state_machine::Parser::drive(
[INFO] [stderr] | _______________________^
[INFO] [stderr] 6740 | | __StateMachine {
[INFO] [stderr] 6741 | | __phantom: ::std::marker::PhantomData::<()>,
[INFO] [stderr] 6742 | | },
[INFO] [stderr] 6743 | | __tokens,
[INFO] [stderr] 6744 | | );
[INFO] [stderr] | |_____________^
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_and_return
[INFO] [stderr]
[INFO] [stderr] warning: Constants have by default a `'static` lifetime
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5572:28
[INFO] [stderr] |
[INFO] [stderr] 5572 | const __TERMINAL: &'static [&'static str] = &[
[INFO] [stderr] | -^^^^^^^--------------- help: consider removing `'static`: `&[&'static str]`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime
[INFO] [stderr]
[INFO] [stderr] warning: Constants have by default a `'static` lifetime
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5572:38
[INFO] [stderr] |
[INFO] [stderr] 5572 | const __TERMINAL: &'static [&'static str] = &[
[INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5740:68
[INFO] [stderr] |
[INFO] [stderr] 5740 | __tok @ Token::Punct('&', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5744:69
[INFO] [stderr] |
[INFO] [stderr] 5744 | __tok @ Token::Punct('\'', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5748:68
[INFO] [stderr] |
[INFO] [stderr] 5748 | __tok @ Token::Punct(',', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5752:68
[INFO] [stderr] |
[INFO] [stderr] 5752 | __tok @ Token::Punct('-', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5756:68
[INFO] [stderr] |
[INFO] [stderr] 5756 | __tok @ Token::Punct('.', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5760:68
[INFO] [stderr] |
[INFO] [stderr] 5760 | __tok @ Token::Punct('/', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5764:68
[INFO] [stderr] |
[INFO] [stderr] 5764 | __tok @ Token::Punct(':', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5768:68
[INFO] [stderr] |
[INFO] [stderr] 5768 | __tok @ Token::Punct(';', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5772:68
[INFO] [stderr] |
[INFO] [stderr] 5772 | __tok @ Token::Punct('<', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5776:68
[INFO] [stderr] |
[INFO] [stderr] 5776 | __tok @ Token::Punct('=', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5780:68
[INFO] [stderr] |
[INFO] [stderr] 5780 | __tok @ Token::Punct('>', _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5784:87
[INFO] [stderr] |
[INFO] [stderr] 5784 | __tok @ Token::GroupOpen(Delimiter::Bracket, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5788:88
[INFO] [stderr] |
[INFO] [stderr] 5788 | __tok @ Token::GroupClose(Delimiter::Bracket, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5792:85
[INFO] [stderr] |
[INFO] [stderr] 5792 | __tok @ Token::Keyword(lexer::Keyword::In, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5796:87
[INFO] [stderr] |
[INFO] [stderr] 5796 | __tok @ Token::Keyword(lexer::Keyword::With, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5800:85
[INFO] [stderr] |
[INFO] [stderr] 5800 | __tok @ Token::GroupOpen(Delimiter::Brace, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5804:86
[INFO] [stderr] |
[INFO] [stderr] 5804 | __tok @ Token::GroupClose(Delimiter::Brace, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5808:81
[INFO] [stderr] |
[INFO] [stderr] 5808 | __tok @ Token::Group(Delimiter::Brace, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5812:83
[INFO] [stderr] |
[INFO] [stderr] 5812 | __tok @ Token::Group(Delimiter::Bracket, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5816:63
[INFO] [stderr] |
[INFO] [stderr] 5816 | __tok @ Token::Ident(_) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5820:65
[INFO] [stderr] |
[INFO] [stderr] 5820 | __tok @ Token::Literal(_) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: Consider removing unnecessary double parentheses
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5824:87
[INFO] [stderr] |
[INFO] [stderr] 5824 | __tok @ Token::Group(Delimiter::Parenthesis, _) => __Symbol::Variant0((__tok)),
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_parens
[INFO] [stderr]
[INFO] [stderr] warning: returning the result of a let binding from a block. Consider returning the expression directly.
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:6745:13
[INFO] [stderr] |
[INFO] [stderr] 6745 | __r
[INFO] [stderr] | ^^^
[INFO] [stderr] |
[INFO] [stderr] note: this expression can be directly returned
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:6739:23
[INFO] [stderr] |
[INFO] [stderr] 6739 | let __r = __state_machine::Parser::drive(
[INFO] [stderr] | _______________________^
[INFO] [stderr] 6740 | | __StateMachine {
[INFO] [stderr] 6741 | | __phantom: ::std::marker::PhantomData::<()>,
[INFO] [stderr] 6742 | | },
[INFO] [stderr] 6743 | | __tokens,
[INFO] [stderr] 6744 | | );
[INFO] [stderr] | |_____________^
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_and_return
[INFO] [stderr]
[INFO] [stderr] warning: redundant closure found
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:1748:45
[INFO] [stderr] |
[INFO] [stderr] 1748 | let mut __tokens = __tokens.map(|t| __ToTriple::to_triple(t));
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove closure as shown: `__ToTriple::to_triple`
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::redundant_closure)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2096:31
[INFO] [stderr] |
[INFO] [stderr] 2096 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::clone_on_copy)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2097:29
[INFO] [stderr] |
[INFO] [stderr] 2097 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2110:31
[INFO] [stderr] |
[INFO] [stderr] 2110 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2111:29
[INFO] [stderr] |
[INFO] [stderr] 2111 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2227:31
[INFO] [stderr] |
[INFO] [stderr] 2227 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2228:29
[INFO] [stderr] |
[INFO] [stderr] 2228 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2277:10
[INFO] [stderr] |
[INFO] [stderr] 2277 | ) -> (usize, (Vec, Option>), usize)
[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] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2437:10
[INFO] [stderr] |
[INFO] [stderr] 2437 | ) -> (usize, ::std::option::Option<(Vec, Option>)>, usize)
[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: very complex type used. Consider factoring parts into `type` definitions
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2467:10
[INFO] [stderr] |
[INFO] [stderr] 2467 | ) -> (usize, ::std::option::Option)>>, usize)
[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: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2595:23
[INFO] [stderr] |
[INFO] [stderr] 2595 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2596:21
[INFO] [stderr] |
[INFO] [stderr] 2596 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2611:48
[INFO] [stderr] |
[INFO] [stderr] 2611 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2612:66
[INFO] [stderr] |
[INFO] [stderr] 2612 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2628:23
[INFO] [stderr] |
[INFO] [stderr] 2628 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2629:21
[INFO] [stderr] |
[INFO] [stderr] 2629 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2644:48
[INFO] [stderr] |
[INFO] [stderr] 2644 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2645:66
[INFO] [stderr] |
[INFO] [stderr] 2645 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2662:23
[INFO] [stderr] |
[INFO] [stderr] 2662 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2663:21
[INFO] [stderr] |
[INFO] [stderr] 2663 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2680:23
[INFO] [stderr] |
[INFO] [stderr] 2680 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2681:21
[INFO] [stderr] |
[INFO] [stderr] 2681 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2696:48
[INFO] [stderr] |
[INFO] [stderr] 2696 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2697:66
[INFO] [stderr] |
[INFO] [stderr] 2697 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2714:23
[INFO] [stderr] |
[INFO] [stderr] 2714 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2715:21
[INFO] [stderr] |
[INFO] [stderr] 2715 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2730:48
[INFO] [stderr] |
[INFO] [stderr] 2730 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2731:66
[INFO] [stderr] |
[INFO] [stderr] 2731 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2747:23
[INFO] [stderr] |
[INFO] [stderr] 2747 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2748:21
[INFO] [stderr] |
[INFO] [stderr] 2748 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2765:23
[INFO] [stderr] |
[INFO] [stderr] 2765 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2766:21
[INFO] [stderr] |
[INFO] [stderr] 2766 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2784:23
[INFO] [stderr] |
[INFO] [stderr] 2784 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2785:21
[INFO] [stderr] |
[INFO] [stderr] 2785 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2802:23
[INFO] [stderr] |
[INFO] [stderr] 2802 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2803:21
[INFO] [stderr] |
[INFO] [stderr] 2803 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2818:48
[INFO] [stderr] |
[INFO] [stderr] 2818 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2819:66
[INFO] [stderr] |
[INFO] [stderr] 2819 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2835:23
[INFO] [stderr] |
[INFO] [stderr] 2835 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2836:21
[INFO] [stderr] |
[INFO] [stderr] 2836 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2853:23
[INFO] [stderr] |
[INFO] [stderr] 2853 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2854:21
[INFO] [stderr] |
[INFO] [stderr] 2854 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2872:23
[INFO] [stderr] |
[INFO] [stderr] 2872 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2873:21
[INFO] [stderr] |
[INFO] [stderr] 2873 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2890:23
[INFO] [stderr] |
[INFO] [stderr] 2890 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2891:21
[INFO] [stderr] |
[INFO] [stderr] 2891 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2906:48
[INFO] [stderr] |
[INFO] [stderr] 2906 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2907:66
[INFO] [stderr] |
[INFO] [stderr] 2907 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2923:23
[INFO] [stderr] |
[INFO] [stderr] 2923 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2924:21
[INFO] [stderr] |
[INFO] [stderr] 2924 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2941:23
[INFO] [stderr] |
[INFO] [stderr] 2941 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2942:21
[INFO] [stderr] |
[INFO] [stderr] 2942 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2960:23
[INFO] [stderr] |
[INFO] [stderr] 2960 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2961:21
[INFO] [stderr] |
[INFO] [stderr] 2961 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2978:23
[INFO] [stderr] |
[INFO] [stderr] 2978 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2979:21
[INFO] [stderr] |
[INFO] [stderr] 2979 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2994:48
[INFO] [stderr] |
[INFO] [stderr] 2994 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2995:66
[INFO] [stderr] |
[INFO] [stderr] 2995 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3011:23
[INFO] [stderr] |
[INFO] [stderr] 3011 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3012:21
[INFO] [stderr] |
[INFO] [stderr] 3012 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3029:23
[INFO] [stderr] |
[INFO] [stderr] 3029 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3030:21
[INFO] [stderr] |
[INFO] [stderr] 3030 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3048:23
[INFO] [stderr] |
[INFO] [stderr] 3048 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3049:21
[INFO] [stderr] |
[INFO] [stderr] 3049 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3067:23
[INFO] [stderr] |
[INFO] [stderr] 3067 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3068:21
[INFO] [stderr] |
[INFO] [stderr] 3068 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3083:48
[INFO] [stderr] |
[INFO] [stderr] 3083 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3084:66
[INFO] [stderr] |
[INFO] [stderr] 3084 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3100:23
[INFO] [stderr] |
[INFO] [stderr] 3100 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3101:21
[INFO] [stderr] |
[INFO] [stderr] 3101 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3119:23
[INFO] [stderr] |
[INFO] [stderr] 3119 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3120:21
[INFO] [stderr] |
[INFO] [stderr] 3120 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3139:23
[INFO] [stderr] |
[INFO] [stderr] 3139 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3140:21
[INFO] [stderr] |
[INFO] [stderr] 3140 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3158:23
[INFO] [stderr] |
[INFO] [stderr] 3158 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3159:21
[INFO] [stderr] |
[INFO] [stderr] 3159 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3174:48
[INFO] [stderr] |
[INFO] [stderr] 3174 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3175:66
[INFO] [stderr] |
[INFO] [stderr] 3175 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3191:23
[INFO] [stderr] |
[INFO] [stderr] 3191 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3192:21
[INFO] [stderr] |
[INFO] [stderr] 3192 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3208:23
[INFO] [stderr] |
[INFO] [stderr] 3208 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3209:21
[INFO] [stderr] |
[INFO] [stderr] 3209 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3226:23
[INFO] [stderr] |
[INFO] [stderr] 3226 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3227:21
[INFO] [stderr] |
[INFO] [stderr] 3227 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3243:23
[INFO] [stderr] |
[INFO] [stderr] 3243 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3244:21
[INFO] [stderr] |
[INFO] [stderr] 3244 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3260:23
[INFO] [stderr] |
[INFO] [stderr] 3260 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3261:21
[INFO] [stderr] |
[INFO] [stderr] 3261 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3277:23
[INFO] [stderr] |
[INFO] [stderr] 3277 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3278:21
[INFO] [stderr] |
[INFO] [stderr] 3278 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3297:23
[INFO] [stderr] |
[INFO] [stderr] 3297 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3298:21
[INFO] [stderr] |
[INFO] [stderr] 3298 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3316:23
[INFO] [stderr] |
[INFO] [stderr] 3316 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3317:21
[INFO] [stderr] |
[INFO] [stderr] 3317 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3333:23
[INFO] [stderr] |
[INFO] [stderr] 3333 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3334:21
[INFO] [stderr] |
[INFO] [stderr] 3334 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3349:48
[INFO] [stderr] |
[INFO] [stderr] 3349 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3350:66
[INFO] [stderr] |
[INFO] [stderr] 3350 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3365:48
[INFO] [stderr] |
[INFO] [stderr] 3365 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3366:66
[INFO] [stderr] |
[INFO] [stderr] 3366 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3382:23
[INFO] [stderr] |
[INFO] [stderr] 3382 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3383:21
[INFO] [stderr] |
[INFO] [stderr] 3383 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3401:23
[INFO] [stderr] |
[INFO] [stderr] 3401 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3402:21
[INFO] [stderr] |
[INFO] [stderr] 3402 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3419:23
[INFO] [stderr] |
[INFO] [stderr] 3419 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3420:21
[INFO] [stderr] |
[INFO] [stderr] 3420 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3439:23
[INFO] [stderr] |
[INFO] [stderr] 3439 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3440:21
[INFO] [stderr] |
[INFO] [stderr] 3440 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3458:23
[INFO] [stderr] |
[INFO] [stderr] 3458 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3459:21
[INFO] [stderr] |
[INFO] [stderr] 3459 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3476:23
[INFO] [stderr] |
[INFO] [stderr] 3476 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3477:21
[INFO] [stderr] |
[INFO] [stderr] 3477 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3493:23
[INFO] [stderr] |
[INFO] [stderr] 3493 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3494:21
[INFO] [stderr] |
[INFO] [stderr] 3494 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3512:23
[INFO] [stderr] |
[INFO] [stderr] 3512 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3513:21
[INFO] [stderr] |
[INFO] [stderr] 3513 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3530:23
[INFO] [stderr] |
[INFO] [stderr] 3530 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3531:21
[INFO] [stderr] |
[INFO] [stderr] 3531 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3549:23
[INFO] [stderr] |
[INFO] [stderr] 3549 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3550:21
[INFO] [stderr] |
[INFO] [stderr] 3550 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3567:23
[INFO] [stderr] |
[INFO] [stderr] 3567 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3568:21
[INFO] [stderr] |
[INFO] [stderr] 3568 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3585:23
[INFO] [stderr] |
[INFO] [stderr] 3585 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3586:21
[INFO] [stderr] |
[INFO] [stderr] 3586 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3602:23
[INFO] [stderr] |
[INFO] [stderr] 3602 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3603:21
[INFO] [stderr] |
[INFO] [stderr] 3603 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3619:23
[INFO] [stderr] |
[INFO] [stderr] 3619 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3620:21
[INFO] [stderr] |
[INFO] [stderr] 3620 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3635:48
[INFO] [stderr] |
[INFO] [stderr] 3635 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3636:66
[INFO] [stderr] |
[INFO] [stderr] 3636 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3655:23
[INFO] [stderr] |
[INFO] [stderr] 3655 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3656:21
[INFO] [stderr] |
[INFO] [stderr] 3656 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3672:23
[INFO] [stderr] |
[INFO] [stderr] 3672 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3673:21
[INFO] [stderr] |
[INFO] [stderr] 3673 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3693:23
[INFO] [stderr] |
[INFO] [stderr] 3693 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3694:21
[INFO] [stderr] |
[INFO] [stderr] 3694 | let __end = __sym4.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym4.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3713:23
[INFO] [stderr] |
[INFO] [stderr] 3713 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3714:21
[INFO] [stderr] |
[INFO] [stderr] 3714 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3733:23
[INFO] [stderr] |
[INFO] [stderr] 3733 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3734:21
[INFO] [stderr] |
[INFO] [stderr] 3734 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3752:23
[INFO] [stderr] |
[INFO] [stderr] 3752 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3753:21
[INFO] [stderr] |
[INFO] [stderr] 3753 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3772:23
[INFO] [stderr] |
[INFO] [stderr] 3772 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3773:21
[INFO] [stderr] |
[INFO] [stderr] 3773 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3791:23
[INFO] [stderr] |
[INFO] [stderr] 3791 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3792:21
[INFO] [stderr] |
[INFO] [stderr] 3792 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3810:23
[INFO] [stderr] |
[INFO] [stderr] 3810 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3811:21
[INFO] [stderr] |
[INFO] [stderr] 3811 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3828:23
[INFO] [stderr] |
[INFO] [stderr] 3828 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3829:21
[INFO] [stderr] |
[INFO] [stderr] 3829 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3844:48
[INFO] [stderr] |
[INFO] [stderr] 3844 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3845:66
[INFO] [stderr] |
[INFO] [stderr] 3845 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3861:23
[INFO] [stderr] |
[INFO] [stderr] 3861 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3862:21
[INFO] [stderr] |
[INFO] [stderr] 3862 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3878:23
[INFO] [stderr] |
[INFO] [stderr] 3878 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3879:21
[INFO] [stderr] |
[INFO] [stderr] 3879 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3896:23
[INFO] [stderr] |
[INFO] [stderr] 3896 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3897:21
[INFO] [stderr] |
[INFO] [stderr] 3897 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3912:48
[INFO] [stderr] |
[INFO] [stderr] 3912 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3913:66
[INFO] [stderr] |
[INFO] [stderr] 3913 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3929:23
[INFO] [stderr] |
[INFO] [stderr] 3929 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3930:21
[INFO] [stderr] |
[INFO] [stderr] 3930 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3946:23
[INFO] [stderr] |
[INFO] [stderr] 3946 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3947:21
[INFO] [stderr] |
[INFO] [stderr] 3947 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3963:23
[INFO] [stderr] |
[INFO] [stderr] 3963 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3964:21
[INFO] [stderr] |
[INFO] [stderr] 3964 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3981:23
[INFO] [stderr] |
[INFO] [stderr] 3981 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3982:21
[INFO] [stderr] |
[INFO] [stderr] 3982 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3998:23
[INFO] [stderr] |
[INFO] [stderr] 3998 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3999:21
[INFO] [stderr] |
[INFO] [stderr] 3999 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4017:23
[INFO] [stderr] |
[INFO] [stderr] 4017 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4018:21
[INFO] [stderr] |
[INFO] [stderr] 4018 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4034:23
[INFO] [stderr] |
[INFO] [stderr] 4034 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4035:21
[INFO] [stderr] |
[INFO] [stderr] 4035 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4050:48
[INFO] [stderr] |
[INFO] [stderr] 4050 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4051:66
[INFO] [stderr] |
[INFO] [stderr] 4051 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4067:23
[INFO] [stderr] |
[INFO] [stderr] 4067 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4068:21
[INFO] [stderr] |
[INFO] [stderr] 4068 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4084:23
[INFO] [stderr] |
[INFO] [stderr] 4084 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4085:21
[INFO] [stderr] |
[INFO] [stderr] 4085 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4101:23
[INFO] [stderr] |
[INFO] [stderr] 4101 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4102:21
[INFO] [stderr] |
[INFO] [stderr] 4102 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4119:23
[INFO] [stderr] |
[INFO] [stderr] 4119 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4120:21
[INFO] [stderr] |
[INFO] [stderr] 4120 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4136:23
[INFO] [stderr] |
[INFO] [stderr] 4136 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4137:21
[INFO] [stderr] |
[INFO] [stderr] 4137 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4152:48
[INFO] [stderr] |
[INFO] [stderr] 4152 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4153:66
[INFO] [stderr] |
[INFO] [stderr] 4153 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4169:23
[INFO] [stderr] |
[INFO] [stderr] 4169 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4170:21
[INFO] [stderr] |
[INFO] [stderr] 4170 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4187:23
[INFO] [stderr] |
[INFO] [stderr] 4187 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4188:21
[INFO] [stderr] |
[INFO] [stderr] 4188 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4204:23
[INFO] [stderr] |
[INFO] [stderr] 4204 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4205:21
[INFO] [stderr] |
[INFO] [stderr] 4205 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4221:23
[INFO] [stderr] |
[INFO] [stderr] 4221 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4222:21
[INFO] [stderr] |
[INFO] [stderr] 4222 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4237:48
[INFO] [stderr] |
[INFO] [stderr] 4237 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4238:66
[INFO] [stderr] |
[INFO] [stderr] 4238 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4256:23
[INFO] [stderr] |
[INFO] [stderr] 4256 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4257:21
[INFO] [stderr] |
[INFO] [stderr] 4257 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4273:23
[INFO] [stderr] |
[INFO] [stderr] 4273 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4274:21
[INFO] [stderr] |
[INFO] [stderr] 4274 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4289:48
[INFO] [stderr] |
[INFO] [stderr] 4289 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4290:66
[INFO] [stderr] |
[INFO] [stderr] 4290 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4306:23
[INFO] [stderr] |
[INFO] [stderr] 4306 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4307:21
[INFO] [stderr] |
[INFO] [stderr] 4307 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4323:23
[INFO] [stderr] |
[INFO] [stderr] 4323 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4324:21
[INFO] [stderr] |
[INFO] [stderr] 4324 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4340:23
[INFO] [stderr] |
[INFO] [stderr] 4340 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4341:21
[INFO] [stderr] |
[INFO] [stderr] 4341 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4357:23
[INFO] [stderr] |
[INFO] [stderr] 4357 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4358:21
[INFO] [stderr] |
[INFO] [stderr] 4358 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4373:48
[INFO] [stderr] |
[INFO] [stderr] 4373 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4374:66
[INFO] [stderr] |
[INFO] [stderr] 4374 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4390:23
[INFO] [stderr] |
[INFO] [stderr] 4390 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4391:21
[INFO] [stderr] |
[INFO] [stderr] 4391 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4407:23
[INFO] [stderr] |
[INFO] [stderr] 4407 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4408:21
[INFO] [stderr] |
[INFO] [stderr] 4408 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4425:23
[INFO] [stderr] |
[INFO] [stderr] 4425 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4426:21
[INFO] [stderr] |
[INFO] [stderr] 4426 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4445:23
[INFO] [stderr] |
[INFO] [stderr] 4445 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4446:21
[INFO] [stderr] |
[INFO] [stderr] 4446 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4462:23
[INFO] [stderr] |
[INFO] [stderr] 4462 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4463:21
[INFO] [stderr] |
[INFO] [stderr] 4463 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4478:48
[INFO] [stderr] |
[INFO] [stderr] 4478 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4479:66
[INFO] [stderr] |
[INFO] [stderr] 4479 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4497:23
[INFO] [stderr] |
[INFO] [stderr] 4497 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4498:21
[INFO] [stderr] |
[INFO] [stderr] 4498 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4514:23
[INFO] [stderr] |
[INFO] [stderr] 4514 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4515:21
[INFO] [stderr] |
[INFO] [stderr] 4515 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4531:23
[INFO] [stderr] |
[INFO] [stderr] 4531 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4532:21
[INFO] [stderr] |
[INFO] [stderr] 4532 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4547:48
[INFO] [stderr] |
[INFO] [stderr] 4547 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4548:66
[INFO] [stderr] |
[INFO] [stderr] 4548 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4564:23
[INFO] [stderr] |
[INFO] [stderr] 4564 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4565:21
[INFO] [stderr] |
[INFO] [stderr] 4565 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4580:48
[INFO] [stderr] |
[INFO] [stderr] 4580 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4581:66
[INFO] [stderr] |
[INFO] [stderr] 4581 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4598:23
[INFO] [stderr] |
[INFO] [stderr] 4598 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4599:21
[INFO] [stderr] |
[INFO] [stderr] 4599 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4615:23
[INFO] [stderr] |
[INFO] [stderr] 4615 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4616:21
[INFO] [stderr] |
[INFO] [stderr] 4616 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4632:23
[INFO] [stderr] |
[INFO] [stderr] 4632 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4633:21
[INFO] [stderr] |
[INFO] [stderr] 4633 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4648:48
[INFO] [stderr] |
[INFO] [stderr] 4648 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4649:66
[INFO] [stderr] |
[INFO] [stderr] 4649 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4666:23
[INFO] [stderr] |
[INFO] [stderr] 4666 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4667:21
[INFO] [stderr] |
[INFO] [stderr] 4667 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4683:23
[INFO] [stderr] |
[INFO] [stderr] 4683 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4684:21
[INFO] [stderr] |
[INFO] [stderr] 4684 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4700:23
[INFO] [stderr] |
[INFO] [stderr] 4700 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4701:21
[INFO] [stderr] |
[INFO] [stderr] 4701 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4718:23
[INFO] [stderr] |
[INFO] [stderr] 4718 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4719:21
[INFO] [stderr] |
[INFO] [stderr] 4719 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4739:23
[INFO] [stderr] |
[INFO] [stderr] 4739 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4740:21
[INFO] [stderr] |
[INFO] [stderr] 4740 | let __end = __sym4.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym4.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4756:23
[INFO] [stderr] |
[INFO] [stderr] 4756 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4757:21
[INFO] [stderr] |
[INFO] [stderr] 4757 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4775:23
[INFO] [stderr] |
[INFO] [stderr] 4775 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4776:21
[INFO] [stderr] |
[INFO] [stderr] 4776 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4792:23
[INFO] [stderr] |
[INFO] [stderr] 4792 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4793:21
[INFO] [stderr] |
[INFO] [stderr] 4793 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4809:23
[INFO] [stderr] |
[INFO] [stderr] 4809 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4810:21
[INFO] [stderr] |
[INFO] [stderr] 4810 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4826:23
[INFO] [stderr] |
[INFO] [stderr] 4826 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4827:21
[INFO] [stderr] |
[INFO] [stderr] 4827 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4842:48
[INFO] [stderr] |
[INFO] [stderr] 4842 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4843:66
[INFO] [stderr] |
[INFO] [stderr] 4843 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4859:23
[INFO] [stderr] |
[INFO] [stderr] 4859 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4860:21
[INFO] [stderr] |
[INFO] [stderr] 4860 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4878:23
[INFO] [stderr] |
[INFO] [stderr] 4878 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4879:21
[INFO] [stderr] |
[INFO] [stderr] 4879 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4897:23
[INFO] [stderr] |
[INFO] [stderr] 4897 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4898:21
[INFO] [stderr] |
[INFO] [stderr] 4898 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4914:23
[INFO] [stderr] |
[INFO] [stderr] 4914 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4915:21
[INFO] [stderr] |
[INFO] [stderr] 4915 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4933:23
[INFO] [stderr] |
[INFO] [stderr] 4933 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4934:21
[INFO] [stderr] |
[INFO] [stderr] 4934 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4950:23
[INFO] [stderr] |
[INFO] [stderr] 4950 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4951:21
[INFO] [stderr] |
[INFO] [stderr] 4951 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4970:23
[INFO] [stderr] |
[INFO] [stderr] 4970 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4971:21
[INFO] [stderr] |
[INFO] [stderr] 4971 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4987:23
[INFO] [stderr] |
[INFO] [stderr] 4987 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4988:21
[INFO] [stderr] |
[INFO] [stderr] 4988 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5003:48
[INFO] [stderr] |
[INFO] [stderr] 5003 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5004:66
[INFO] [stderr] |
[INFO] [stderr] 5004 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5022:23
[INFO] [stderr] |
[INFO] [stderr] 5022 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5023:21
[INFO] [stderr] |
[INFO] [stderr] 5023 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5041:23
[INFO] [stderr] |
[INFO] [stderr] 5041 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5042:21
[INFO] [stderr] |
[INFO] [stderr] 5042 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5059:23
[INFO] [stderr] |
[INFO] [stderr] 5059 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5060:21
[INFO] [stderr] |
[INFO] [stderr] 5060 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5077:23
[INFO] [stderr] |
[INFO] [stderr] 5077 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5078:21
[INFO] [stderr] |
[INFO] [stderr] 5078 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5094:23
[INFO] [stderr] |
[INFO] [stderr] 5094 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5095:21
[INFO] [stderr] |
[INFO] [stderr] 5095 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5111:23
[INFO] [stderr] |
[INFO] [stderr] 5111 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5112:21
[INFO] [stderr] |
[INFO] [stderr] 5112 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: redundant closure found
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:1748:45
[INFO] [stderr] |
[INFO] [stderr] 1748 | let mut __tokens = __tokens.map(|t| __ToTriple::to_triple(t));
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove closure as shown: `__ToTriple::to_triple`
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::redundant_closure)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2096:31
[INFO] [stderr] |
[INFO] [stderr] 2096 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::clone_on_copy)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2097:29
[INFO] [stderr] |
[INFO] [stderr] 2097 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2110:31
[INFO] [stderr] |
[INFO] [stderr] 2110 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2111:29
[INFO] [stderr] |
[INFO] [stderr] 2111 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2227:31
[INFO] [stderr] |
[INFO] [stderr] 2227 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2228:29
[INFO] [stderr] |
[INFO] [stderr] 2228 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2277:10
[INFO] [stderr] |
[INFO] [stderr] 2277 | ) -> (usize, (Vec, Option>), usize)
[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] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2437:10
[INFO] [stderr] |
[INFO] [stderr] 2437 | ) -> (usize, ::std::option::Option<(Vec, Option>)>, usize)
[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: very complex type used. Consider factoring parts into `type` definitions
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2467:10
[INFO] [stderr] |
[INFO] [stderr] 2467 | ) -> (usize, ::std::option::Option)>>, usize)
[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 closure found
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:6738:45
[INFO] [stderr] |
[INFO] [stderr] 6738 | let mut __tokens = __tokens.map(|t| __ToTriple::to_triple(t));
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove closure as shown: `__ToTriple::to_triple`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2595:23
[INFO] [stderr] |
[INFO] [stderr] 2595 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2596:21
[INFO] [stderr] |
[INFO] [stderr] 2596 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2611:48
[INFO] [stderr] |
[INFO] [stderr] 2611 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2612:66
[INFO] [stderr] |
[INFO] [stderr] 2612 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2628:23
[INFO] [stderr] |
[INFO] [stderr] 2628 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2629:21
[INFO] [stderr] |
[INFO] [stderr] 2629 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2644:48
[INFO] [stderr] |
[INFO] [stderr] 2644 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2645:66
[INFO] [stderr] |
[INFO] [stderr] 2645 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2662:23
[INFO] [stderr] |
[INFO] [stderr] 2662 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2663:21
[INFO] [stderr] |
[INFO] [stderr] 2663 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2680:23
[INFO] [stderr] |
[INFO] [stderr] 2680 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2681:21
[INFO] [stderr] |
[INFO] [stderr] 2681 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2696:48
[INFO] [stderr] |
[INFO] [stderr] 2696 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2697:66
[INFO] [stderr] |
[INFO] [stderr] 2697 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2714:23
[INFO] [stderr] |
[INFO] [stderr] 2714 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2715:21
[INFO] [stderr] |
[INFO] [stderr] 2715 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2730:48
[INFO] [stderr] |
[INFO] [stderr] 2730 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2731:66
[INFO] [stderr] |
[INFO] [stderr] 2731 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2747:23
[INFO] [stderr] |
[INFO] [stderr] 2747 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2748:21
[INFO] [stderr] |
[INFO] [stderr] 2748 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2765:23
[INFO] [stderr] |
[INFO] [stderr] 2765 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2766:21
[INFO] [stderr] |
[INFO] [stderr] 2766 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7086:31
[INFO] [stderr] |
[INFO] [stderr] 7086 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2784:23
[INFO] [stderr] |
[INFO] [stderr] 2784 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2785:21
[INFO] [stderr] |
[INFO] [stderr] 2785 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2802:23
[INFO] [stderr] |
[INFO] [stderr] 2802 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2803:21
[INFO] [stderr] |
[INFO] [stderr] 2803 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2818:48
[INFO] [stderr] |
[INFO] [stderr] 2818 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2819:66
[INFO] [stderr] |
[INFO] [stderr] 2819 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2835:23
[INFO] [stderr] |
[INFO] [stderr] 2835 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2836:21
[INFO] [stderr] |
[INFO] [stderr] 2836 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2853:23
[INFO] [stderr] |
[INFO] [stderr] 2853 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2854:21
[INFO] [stderr] |
[INFO] [stderr] 2854 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2872:23
[INFO] [stderr] |
[INFO] [stderr] 2872 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2873:21
[INFO] [stderr] |
[INFO] [stderr] 2873 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7087:29
[INFO] [stderr] |
[INFO] [stderr] 7087 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2890:23
[INFO] [stderr] |
[INFO] [stderr] 2890 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2891:21
[INFO] [stderr] |
[INFO] [stderr] 2891 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7100:31
[INFO] [stderr] |
[INFO] [stderr] 7100 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7101:29
[INFO] [stderr] |
[INFO] [stderr] 7101 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2906:48
[INFO] [stderr] |
[INFO] [stderr] 2906 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7220:31
[INFO] [stderr] |
[INFO] [stderr] 7220 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7221:29
[INFO] [stderr] |
[INFO] [stderr] 7221 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2907:66
[INFO] [stderr] |
[INFO] [stderr] 2907 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2923:23
[INFO] [stderr] |
[INFO] [stderr] 2923 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2924:21
[INFO] [stderr] |
[INFO] [stderr] 2924 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2941:23
[INFO] [stderr] |
[INFO] [stderr] 2941 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2942:21
[INFO] [stderr] |
[INFO] [stderr] 2942 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2960:23
[INFO] [stderr] |
[INFO] [stderr] 2960 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2961:21
[INFO] [stderr] |
[INFO] [stderr] 2961 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2978:23
[INFO] [stderr] |
[INFO] [stderr] 2978 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2979:21
[INFO] [stderr] |
[INFO] [stderr] 2979 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2994:48
[INFO] [stderr] |
[INFO] [stderr] 2994 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:2995:66
[INFO] [stderr] |
[INFO] [stderr] 2995 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3011:23
[INFO] [stderr] |
[INFO] [stderr] 3011 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3012:21
[INFO] [stderr] |
[INFO] [stderr] 3012 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3029:23
[INFO] [stderr] |
[INFO] [stderr] 3029 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3030:21
[INFO] [stderr] |
[INFO] [stderr] 3030 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3048:23
[INFO] [stderr] |
[INFO] [stderr] 3048 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3049:21
[INFO] [stderr] |
[INFO] [stderr] 3049 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3067:23
[INFO] [stderr] |
[INFO] [stderr] 3067 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3068:21
[INFO] [stderr] |
[INFO] [stderr] 3068 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3083:48
[INFO] [stderr] |
[INFO] [stderr] 3083 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3084:66
[INFO] [stderr] |
[INFO] [stderr] 3084 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7267:10
[INFO] [stderr] |
[INFO] [stderr] 7267 | ) -> (usize, (Vec, Option>), usize)
[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: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3100:23
[INFO] [stderr] |
[INFO] [stderr] 3100 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3101:21
[INFO] [stderr] |
[INFO] [stderr] 3101 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3119:23
[INFO] [stderr] |
[INFO] [stderr] 3119 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3120:21
[INFO] [stderr] |
[INFO] [stderr] 3120 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3139:23
[INFO] [stderr] |
[INFO] [stderr] 3139 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3140:21
[INFO] [stderr] |
[INFO] [stderr] 3140 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3158:23
[INFO] [stderr] |
[INFO] [stderr] 3158 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3159:21
[INFO] [stderr] |
[INFO] [stderr] 3159 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3174:48
[INFO] [stderr] |
[INFO] [stderr] 3174 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3175:66
[INFO] [stderr] |
[INFO] [stderr] 3175 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3191:23
[INFO] [stderr] |
[INFO] [stderr] 3191 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3192:21
[INFO] [stderr] |
[INFO] [stderr] 3192 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3208:23
[INFO] [stderr] |
[INFO] [stderr] 3208 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3209:21
[INFO] [stderr] |
[INFO] [stderr] 3209 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3226:23
[INFO] [stderr] |
[INFO] [stderr] 3226 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3227:21
[INFO] [stderr] |
[INFO] [stderr] 3227 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3243:23
[INFO] [stderr] |
[INFO] [stderr] 3243 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3244:21
[INFO] [stderr] |
[INFO] [stderr] 3244 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3260:23
[INFO] [stderr] |
[INFO] [stderr] 3260 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3261:21
[INFO] [stderr] |
[INFO] [stderr] 3261 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3277:23
[INFO] [stderr] |
[INFO] [stderr] 3277 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3278:21
[INFO] [stderr] |
[INFO] [stderr] 3278 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3297:23
[INFO] [stderr] |
[INFO] [stderr] 3297 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3298:21
[INFO] [stderr] |
[INFO] [stderr] 3298 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3316:23
[INFO] [stderr] |
[INFO] [stderr] 3316 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3317:21
[INFO] [stderr] |
[INFO] [stderr] 3317 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3333:23
[INFO] [stderr] |
[INFO] [stderr] 3333 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3334:21
[INFO] [stderr] |
[INFO] [stderr] 3334 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7427:10
[INFO] [stderr] |
[INFO] [stderr] 7427 | ) -> (usize, ::std::option::Option<(Vec, Option>)>, usize)
[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: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3349:48
[INFO] [stderr] |
[INFO] [stderr] 3349 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3350:66
[INFO] [stderr] |
[INFO] [stderr] 3350 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7457:10
[INFO] [stderr] |
[INFO] [stderr] 7457 | ) -> (usize, ::std::option::Option)>>, usize)
[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: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3365:48
[INFO] [stderr] |
[INFO] [stderr] 3365 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3366:66
[INFO] [stderr] |
[INFO] [stderr] 3366 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3382:23
[INFO] [stderr] |
[INFO] [stderr] 3382 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3383:21
[INFO] [stderr] |
[INFO] [stderr] 3383 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3401:23
[INFO] [stderr] |
[INFO] [stderr] 3401 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3402:21
[INFO] [stderr] |
[INFO] [stderr] 3402 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3419:23
[INFO] [stderr] |
[INFO] [stderr] 3419 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3420:21
[INFO] [stderr] |
[INFO] [stderr] 3420 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3439:23
[INFO] [stderr] |
[INFO] [stderr] 3439 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3440:21
[INFO] [stderr] |
[INFO] [stderr] 3440 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3458:23
[INFO] [stderr] |
[INFO] [stderr] 3458 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3459:21
[INFO] [stderr] |
[INFO] [stderr] 3459 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3476:23
[INFO] [stderr] |
[INFO] [stderr] 3476 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3477:21
[INFO] [stderr] |
[INFO] [stderr] 3477 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3493:23
[INFO] [stderr] |
[INFO] [stderr] 3493 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3494:21
[INFO] [stderr] |
[INFO] [stderr] 3494 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7585:23
[INFO] [stderr] |
[INFO] [stderr] 7585 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7586:21
[INFO] [stderr] |
[INFO] [stderr] 7586 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3512:23
[INFO] [stderr] |
[INFO] [stderr] 3512 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3513:21
[INFO] [stderr] |
[INFO] [stderr] 3513 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3530:23
[INFO] [stderr] |
[INFO] [stderr] 3530 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3531:21
[INFO] [stderr] |
[INFO] [stderr] 3531 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3549:23
[INFO] [stderr] |
[INFO] [stderr] 3549 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3550:21
[INFO] [stderr] |
[INFO] [stderr] 3550 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3567:23
[INFO] [stderr] |
[INFO] [stderr] 3567 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3568:21
[INFO] [stderr] |
[INFO] [stderr] 3568 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3585:23
[INFO] [stderr] |
[INFO] [stderr] 3585 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3586:21
[INFO] [stderr] |
[INFO] [stderr] 3586 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3602:23
[INFO] [stderr] |
[INFO] [stderr] 3602 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3603:21
[INFO] [stderr] |
[INFO] [stderr] 3603 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7601:48
[INFO] [stderr] |
[INFO] [stderr] 7601 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7602:66
[INFO] [stderr] |
[INFO] [stderr] 7602 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3619:23
[INFO] [stderr] |
[INFO] [stderr] 3619 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr]
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3620:21
[INFO] [stderr] |
[INFO] [stderr] 3620 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7618:23
[INFO] [stderr] |
[INFO] [stderr] 7618 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7619:21
[INFO] [stderr] |
[INFO] [stderr] 7619 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3635:48
[INFO] [stderr] |
[INFO] [stderr] 3635 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3636:66
[INFO] [stderr] |
[INFO] [stderr] 3636 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7634:48
[INFO] [stderr] |
[INFO] [stderr] 7634 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3655:23
[INFO] [stderr] |
[INFO] [stderr] 3655 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3656:21
[INFO] [stderr] |
[INFO] [stderr] 3656 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7635:66
[INFO] [stderr] |
[INFO] [stderr] 7635 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3672:23
[INFO] [stderr] |
[INFO] [stderr] 3672 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3673:21
[INFO] [stderr] |
[INFO] [stderr] 3673 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7652:23
[INFO] [stderr] |
[INFO] [stderr] 7652 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7653:21
[INFO] [stderr] |
[INFO] [stderr] 7653 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3693:23
[INFO] [stderr] |
[INFO] [stderr] 3693 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3694:21
[INFO] [stderr] |
[INFO] [stderr] 3694 | let __end = __sym4.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym4.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7670:23
[INFO] [stderr] |
[INFO] [stderr] 7670 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7671:21
[INFO] [stderr] |
[INFO] [stderr] 7671 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3713:23
[INFO] [stderr] |
[INFO] [stderr] 3713 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3714:21
[INFO] [stderr] |
[INFO] [stderr] 3714 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7686:48
[INFO] [stderr] |
[INFO] [stderr] 7686 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3733:23
[INFO] [stderr] |
[INFO] [stderr] 3733 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3734:21
[INFO] [stderr] |
[INFO] [stderr] 3734 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3752:23
[INFO] [stderr] |
[INFO] [stderr] 3752 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3753:21
[INFO] [stderr] |
[INFO] [stderr] 3753 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3772:23
[INFO] [stderr] |
[INFO] [stderr] 3772 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3773:21
[INFO] [stderr] |
[INFO] [stderr] 3773 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3791:23
[INFO] [stderr] |
[INFO] [stderr] 3791 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3792:21
[INFO] [stderr] |
[INFO] [stderr] 3792 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3810:23
[INFO] [stderr] |
[INFO] [stderr] 3810 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3811:21
[INFO] [stderr] |
[INFO] [stderr] 3811 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7687:66
[INFO] [stderr] |
[INFO] [stderr] 7687 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3828:23
[INFO] [stderr] |
[INFO] [stderr] 3828 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3829:21
[INFO] [stderr] |
[INFO] [stderr] 3829 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7704:23
[INFO] [stderr] |
[INFO] [stderr] 7704 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7705:21
[INFO] [stderr] |
[INFO] [stderr] 7705 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3844:48
[INFO] [stderr] |
[INFO] [stderr] 3844 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3845:66
[INFO] [stderr] |
[INFO] [stderr] 3845 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7720:48
[INFO] [stderr] |
[INFO] [stderr] 7720 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3861:23
[INFO] [stderr] |
[INFO] [stderr] 3861 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7721:66
[INFO] [stderr] |
[INFO] [stderr] 7721 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3862:21
[INFO] [stderr] |
[INFO] [stderr] 3862 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3878:23
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7737:23
[INFO] [stderr] |
[INFO] [stderr] |
[INFO] [stderr] 3878 | let __start = __sym0.0.clone();
[INFO] [stderr] 7737 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3879:21
[INFO] [stderr] |
[INFO] [stderr] 3879 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7738:21
[INFO] [stderr] |
[INFO] [stderr] 7738 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7755:23
[INFO] [stderr] |
[INFO] [stderr] 7755 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3896:23
[INFO] [stderr] |
[INFO] [stderr] 3896 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7756:21
[INFO] [stderr] |
[INFO] [stderr] 7756 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3897:21
[INFO] [stderr] |
[INFO] [stderr] 3897 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7774:23
[INFO] [stderr] |
[INFO] [stderr] 7774 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7775:21
[INFO] [stderr] |
[INFO] [stderr] 7775 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3912:48
[INFO] [stderr] |
[INFO] [stderr] 3912 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3913:66
[INFO] [stderr] |
[INFO] [stderr] 3913 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3929:23
[INFO] [stderr] |
[INFO] [stderr] 3929 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3930:21
[INFO] [stderr] |
[INFO] [stderr] 3930 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3946:23
[INFO] [stderr] |
[INFO] [stderr] 3946 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3947:21
[INFO] [stderr] |
[INFO] [stderr] 3947 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3963:23
[INFO] [stderr] |
[INFO] [stderr] 3963 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3964:21
[INFO] [stderr] |
[INFO] [stderr] 3964 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3981:23
[INFO] [stderr] |
[INFO] [stderr] 3981 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3982:21
[INFO] [stderr] |
[INFO] [stderr] 3982 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3998:23
[INFO] [stderr] |
[INFO] [stderr] 3998 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:3999:21
[INFO] [stderr] |
[INFO] [stderr] 3999 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4017:23
[INFO] [stderr] |
[INFO] [stderr] 4017 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4018:21
[INFO] [stderr] |
[INFO] [stderr] 4018 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7792:23
[INFO] [stderr] |
[INFO] [stderr] 7792 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7793:21
[INFO] [stderr] |
[INFO] [stderr] 7793 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7808:48
[INFO] [stderr] |
[INFO] [stderr] 7808 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4034:23
[INFO] [stderr] |
[INFO] [stderr] 4034 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4035:21
[INFO] [stderr] |
[INFO] [stderr] 4035 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7809:66
[INFO] [stderr] |
[INFO] [stderr] 7809 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4050:48
[INFO] [stderr] |
[INFO] [stderr] 4050 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7825:23
[INFO] [stderr] |
[INFO] [stderr] 7825 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4051:66
[INFO] [stderr] |
[INFO] [stderr] 4051 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7826:21
[INFO] [stderr] |
[INFO] [stderr] 7826 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4067:23
[INFO] [stderr] |
[INFO] [stderr] 4067 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4068:21
[INFO] [stderr] |
[INFO] [stderr] 4068 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7843:23
[INFO] [stderr] |
[INFO] [stderr] 7843 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4084:23
[INFO] [stderr] |
[INFO] [stderr] 4084 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4085:21
[INFO] [stderr] |
[INFO] [stderr] 4085 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7844:21
[INFO] [stderr] |
[INFO] [stderr] 7844 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7862:23
[INFO] [stderr] |
[INFO] [stderr] 7862 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7863:21
[INFO] [stderr] |
[INFO] [stderr] 7863 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4101:23
[INFO] [stderr] |
[INFO] [stderr] 4101 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4102:21
[INFO] [stderr] |
[INFO] [stderr] 4102 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7880:23
[INFO] [stderr] |
[INFO] [stderr] 7880 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7881:21
[INFO] [stderr] |
[INFO] [stderr] 7881 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4119:23
[INFO] [stderr] |
[INFO] [stderr] 4119 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4120:21
[INFO] [stderr] |
[INFO] [stderr] 4120 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7896:48
[INFO] [stderr] |
[INFO] [stderr] 7896 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7897:66
[INFO] [stderr] |
[INFO] [stderr] 7897 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4136:23
[INFO] [stderr] |
[INFO] [stderr] 4136 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4137:21
[INFO] [stderr] |
[INFO] [stderr] 4137 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4152:48
[INFO] [stderr] |
[INFO] [stderr] 4152 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4153:66
[INFO] [stderr] |
[INFO] [stderr] 4153 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4169:23
[INFO] [stderr] |
[INFO] [stderr] 4169 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4170:21
[INFO] [stderr] |
[INFO] [stderr] 4170 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4187:23
[INFO] [stderr] |
[INFO] [stderr] 4187 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4188:21
[INFO] [stderr] |
[INFO] [stderr] 4188 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4204:23
[INFO] [stderr] |
[INFO] [stderr] 4204 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4205:21
[INFO] [stderr] |
[INFO] [stderr] 4205 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7913:23
[INFO] [stderr] |
[INFO] [stderr] 7913 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7914:21
[INFO] [stderr] |
[INFO] [stderr] 7914 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4221:23
[INFO] [stderr] |
[INFO] [stderr] 4221 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4222:21
[INFO] [stderr] |
[INFO] [stderr] 4222 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7931:23
[INFO] [stderr] |
[INFO] [stderr] 7931 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7932:21
[INFO] [stderr] |
[INFO] [stderr] 7932 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4237:48
[INFO] [stderr] |
[INFO] [stderr] 4237 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4238:66
[INFO] [stderr] |
[INFO] [stderr] 4238 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7950:23
[INFO] [stderr] |
[INFO] [stderr] 7950 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7951:21
[INFO] [stderr] |
[INFO] [stderr] 7951 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4256:23
[INFO] [stderr] |
[INFO] [stderr] 4256 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4257:21
[INFO] [stderr] |
[INFO] [stderr] 4257 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4273:23
[INFO] [stderr] |
[INFO] [stderr] 4273 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4274:21
[INFO] [stderr] |
[INFO] [stderr] 4274 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4289:48
[INFO] [stderr] |
[INFO] [stderr] 4289 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4290:66
[INFO] [stderr] |
[INFO] [stderr] 4290 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4306:23
[INFO] [stderr] |
[INFO] [stderr] 4306 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4307:21
[INFO] [stderr] |
[INFO] [stderr] 4307 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4323:23
[INFO] [stderr] |
[INFO] [stderr] 4323 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4324:21
[INFO] [stderr] |
[INFO] [stderr] 4324 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7968:23
[INFO] [stderr] |
[INFO] [stderr] 7968 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7969:21
[INFO] [stderr] |
[INFO] [stderr] 7969 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4340:23
[INFO] [stderr] |
[INFO] [stderr] 4340 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4341:21
[INFO] [stderr] |
[INFO] [stderr] 4341 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4357:23
[INFO] [stderr] |
[INFO] [stderr] 4357 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4358:21
[INFO] [stderr] |
[INFO] [stderr] 4358 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4373:48
[INFO] [stderr] |
[INFO] [stderr] 4373 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4374:66
[INFO] [stderr] |
[INFO] [stderr] 4374 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7984:48
[INFO] [stderr] |
[INFO] [stderr] 7984 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7985:66
[INFO] [stderr] |
[INFO] [stderr] 7985 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4390:23
[INFO] [stderr] |
[INFO] [stderr] 4390 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4391:21
[INFO] [stderr] |
[INFO] [stderr] 4391 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4407:23
[INFO] [stderr] |
[INFO] [stderr] 4407 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4408:21
[INFO] [stderr] |
[INFO] [stderr] 4408 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4425:23
[INFO] [stderr] |
[INFO] [stderr] 4425 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4426:21
[INFO] [stderr] |
[INFO] [stderr] 4426 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4445:23
[INFO] [stderr] |
[INFO] [stderr] 4445 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4446:21
[INFO] [stderr] |
[INFO] [stderr] 4446 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4462:23
[INFO] [stderr] |
[INFO] [stderr] 4462 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4463:21
[INFO] [stderr] |
[INFO] [stderr] 4463 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4478:48
[INFO] [stderr] |
[INFO] [stderr] 4478 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4479:66
[INFO] [stderr] |
[INFO] [stderr] 4479 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4497:23
[INFO] [stderr] |
[INFO] [stderr] 4497 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4498:21
[INFO] [stderr] |
[INFO] [stderr] 4498 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8001:23
[INFO] [stderr] |
[INFO] [stderr] 8001 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8002:21
[INFO] [stderr] |
[INFO] [stderr] 8002 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4514:23
[INFO] [stderr] |
[INFO] [stderr] 4514 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4515:21
[INFO] [stderr] |
[INFO] [stderr] 4515 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8019:23
[INFO] [stderr] |
[INFO] [stderr] 8019 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8020:21
[INFO] [stderr] |
[INFO] [stderr] 8020 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4531:23
[INFO] [stderr] |
[INFO] [stderr] 4531 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4532:21
[INFO] [stderr] |
[INFO] [stderr] 4532 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8038:23
[INFO] [stderr] |
[INFO] [stderr] 8038 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8039:21
[INFO] [stderr] |
[INFO] [stderr] 8039 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4547:48
[INFO] [stderr] |
[INFO] [stderr] 4547 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4548:66
[INFO] [stderr] |
[INFO] [stderr] 4548 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4564:23
[INFO] [stderr] |
[INFO] [stderr] 4564 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4565:21
[INFO] [stderr] |
[INFO] [stderr] 4565 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4580:48
[INFO] [stderr] |
[INFO] [stderr] 4580 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4581:66
[INFO] [stderr] |
[INFO] [stderr] 4581 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4598:23
[INFO] [stderr] |
[INFO] [stderr] 4598 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4599:21
[INFO] [stderr] |
[INFO] [stderr] 4599 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4615:23
[INFO] [stderr] |
[INFO] [stderr] 4615 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8057:23
[INFO] [stderr] |
[INFO] [stderr] 8057 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8058:21
[INFO] [stderr] |
[INFO] [stderr] 8058 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4616:21
[INFO] [stderr] |
[INFO] [stderr] 4616 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8073:48
[INFO] [stderr] |
[INFO] [stderr] 8073 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8074:66
[INFO] [stderr] |
[INFO] [stderr] 8074 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4632:23
[INFO] [stderr] |
[INFO] [stderr] 4632 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4633:21
[INFO] [stderr] |
[INFO] [stderr] 4633 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4648:48
[INFO] [stderr] |
[INFO] [stderr] 4648 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4649:66
[INFO] [stderr] |
[INFO] [stderr] 4649 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4666:23
[INFO] [stderr] |
[INFO] [stderr] 4666 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4667:21
[INFO] [stderr] |
[INFO] [stderr] 4667 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4683:23
[INFO] [stderr] |
[INFO] [stderr] 4683 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4684:21
[INFO] [stderr] |
[INFO] [stderr] 4684 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4700:23
[INFO] [stderr] |
[INFO] [stderr] 4700 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4701:21
[INFO] [stderr] |
[INFO] [stderr] 4701 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4718:23
[INFO] [stderr] |
[INFO] [stderr] 4718 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4719:21
[INFO] [stderr] |
[INFO] [stderr] 4719 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4739:23
[INFO] [stderr] |
[INFO] [stderr] 4739 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4740:21
[INFO] [stderr] |
[INFO] [stderr] 4740 | let __end = __sym4.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym4.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4756:23
[INFO] [stderr] |
[INFO] [stderr] 4756 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4757:21
[INFO] [stderr] |
[INFO] [stderr] 4757 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4775:23
[INFO] [stderr] |
[INFO] [stderr] 4775 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4776:21
[INFO] [stderr] |
[INFO] [stderr] 4776 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8090:23
[INFO] [stderr] |
[INFO] [stderr] 8090 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8091:21
[INFO] [stderr] |
[INFO] [stderr] 8091 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4792:23
[INFO] [stderr] |
[INFO] [stderr] 4792 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4793:21
[INFO] [stderr] |
[INFO] [stderr] 4793 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8109:23
[INFO] [stderr] |
[INFO] [stderr] 8109 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8110:21
[INFO] [stderr] |
[INFO] [stderr] 8110 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4809:23
[INFO] [stderr] |
[INFO] [stderr] 4809 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4810:21
[INFO] [stderr] |
[INFO] [stderr] 4810 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8129:23
[INFO] [stderr] |
[INFO] [stderr] 8129 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4826:23
[INFO] [stderr] |
[INFO] [stderr] 4826 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4827:21
[INFO] [stderr] |
[INFO] [stderr] 4827 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8130:21
[INFO] [stderr] |
[INFO] [stderr] 8130 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4842:48
[INFO] [stderr] |
[INFO] [stderr] 4842 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4843:66
[INFO] [stderr] |
[INFO] [stderr] 4843 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8148:23
[INFO] [stderr] |
[INFO] [stderr] 8148 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8149:21
[INFO] [stderr] |
[INFO] [stderr] 8149 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4859:23
[INFO] [stderr] |
[INFO] [stderr] 4859 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4860:21
[INFO] [stderr] |
[INFO] [stderr] 4860 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4878:23
[INFO] [stderr] |
[INFO] [stderr] 4878 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8164:48
[INFO] [stderr] |
[INFO] [stderr] 8164 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4879:21
[INFO] [stderr] |
[INFO] [stderr] 4879 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8165:66
[INFO] [stderr] |
[INFO] [stderr] 8165 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8181:23
[INFO] [stderr] |
[INFO] [stderr] 8181 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8182:21
[INFO] [stderr] |
[INFO] [stderr] 8182 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4897:23
[INFO] [stderr] |
[INFO] [stderr] 4897 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4898:21
[INFO] [stderr] |
[INFO] [stderr] 4898 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8198:23
[INFO] [stderr] |
[INFO] [stderr] 8198 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8199:21
[INFO] [stderr] |
[INFO] [stderr] 8199 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4914:23
[INFO] [stderr] |
[INFO] [stderr] 4914 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4915:21
[INFO] [stderr] |
[INFO] [stderr] 4915 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8216:23
[INFO] [stderr] |
[INFO] [stderr] 8216 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4933:23
[INFO] [stderr] |
[INFO] [stderr] 4933 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4934:21
[INFO] [stderr] |
[INFO] [stderr] 4934 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8217:21
[INFO] [stderr] |
[INFO] [stderr] 8217 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4950:23
[INFO] [stderr] |
[INFO] [stderr] 4950 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4951:21
[INFO] [stderr] |
[INFO] [stderr] 4951 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8233:23
[INFO] [stderr] |
[INFO] [stderr] 8233 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8234:21
[INFO] [stderr] |
[INFO] [stderr] 8234 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8250:23
[INFO] [stderr] |
[INFO] [stderr] 8250 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8251:21
[INFO] [stderr] |
[INFO] [stderr] 8251 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4970:23
[INFO] [stderr] |
[INFO] [stderr] 4970 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4971:21
[INFO] [stderr] |
[INFO] [stderr] 4971 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8267:23
[INFO] [stderr] |
[INFO] [stderr] 8267 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4987:23
[INFO] [stderr] |
[INFO] [stderr] 4987 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:4988:21
[INFO] [stderr] |
[INFO] [stderr] 4988 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5003:48
[INFO] [stderr] |
[INFO] [stderr] 5003 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5004:66
[INFO] [stderr] |
[INFO] [stderr] 5004 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5022:23
[INFO] [stderr] |
[INFO] [stderr] 5022 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5023:21
[INFO] [stderr] |
[INFO] [stderr] 5023 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5041:23
[INFO] [stderr] |
[INFO] [stderr] 5041 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5042:21
[INFO] [stderr] |
[INFO] [stderr] 5042 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5059:23
[INFO] [stderr] |
[INFO] [stderr] 5059 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5060:21
[INFO] [stderr] |
[INFO] [stderr] 5060 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5077:23
[INFO] [stderr] |
[INFO] [stderr] 5077 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5078:21
[INFO] [stderr] |
[INFO] [stderr] 5078 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5094:23
[INFO] [stderr] |
[INFO] [stderr] 5094 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5095:21
[INFO] [stderr] |
[INFO] [stderr] 5095 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8268:21
[INFO] [stderr] |
[INFO] [stderr] 8268 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8287:23
[INFO] [stderr] |
[INFO] [stderr] 8287 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8288:21
[INFO] [stderr] |
[INFO] [stderr] 8288 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8306:23
[INFO] [stderr] |
[INFO] [stderr] 8306 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8307:21
[INFO] [stderr] |
[INFO] [stderr] 8307 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8323:23
[INFO] [stderr] |
[INFO] [stderr] 8323 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8324:21
[INFO] [stderr] |
[INFO] [stderr] 8324 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8339:48
[INFO] [stderr] |
[INFO] [stderr] 8339 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8340:66
[INFO] [stderr] |
[INFO] [stderr] 8340 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5111:23
[INFO] [stderr] |
[INFO] [stderr] 5111 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:5112:21
[INFO] [stderr] |
[INFO] [stderr] 5112 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8355:48
[INFO] [stderr] |
[INFO] [stderr] 8355 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8356:66
[INFO] [stderr] |
[INFO] [stderr] 8356 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8372:23
[INFO] [stderr] |
[INFO] [stderr] 8372 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8373:21
[INFO] [stderr] |
[INFO] [stderr] 8373 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8391:23
[INFO] [stderr] |
[INFO] [stderr] 8391 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8392:21
[INFO] [stderr] |
[INFO] [stderr] 8392 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8409:23
[INFO] [stderr] |
[INFO] [stderr] 8409 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8410:21
[INFO] [stderr] |
[INFO] [stderr] 8410 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8429:23
[INFO] [stderr] |
[INFO] [stderr] 8429 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8430:21
[INFO] [stderr] |
[INFO] [stderr] 8430 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8448:23
[INFO] [stderr] |
[INFO] [stderr] 8448 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8449:21
[INFO] [stderr] |
[INFO] [stderr] 8449 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8466:23
[INFO] [stderr] |
[INFO] [stderr] 8466 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8467:21
[INFO] [stderr] |
[INFO] [stderr] 8467 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8483:23
[INFO] [stderr] |
[INFO] [stderr] 8483 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8484:21
[INFO] [stderr] |
[INFO] [stderr] 8484 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8502:23
[INFO] [stderr] |
[INFO] [stderr] 8502 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8503:21
[INFO] [stderr] |
[INFO] [stderr] 8503 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8520:23
[INFO] [stderr] |
[INFO] [stderr] 8520 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8521:21
[INFO] [stderr] |
[INFO] [stderr] 8521 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8539:23
[INFO] [stderr] |
[INFO] [stderr] 8539 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8540:21
[INFO] [stderr] |
[INFO] [stderr] 8540 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8557:23
[INFO] [stderr] |
[INFO] [stderr] 8557 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8558:21
[INFO] [stderr] |
[INFO] [stderr] 8558 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8575:23
[INFO] [stderr] |
[INFO] [stderr] 8575 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8576:21
[INFO] [stderr] |
[INFO] [stderr] 8576 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8592:23
[INFO] [stderr] |
[INFO] [stderr] 8592 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8593:21
[INFO] [stderr] |
[INFO] [stderr] 8593 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8609:23
[INFO] [stderr] |
[INFO] [stderr] 8609 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8610:21
[INFO] [stderr] |
[INFO] [stderr] 8610 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8625:48
[INFO] [stderr] |
[INFO] [stderr] 8625 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8626:66
[INFO] [stderr] |
[INFO] [stderr] 8626 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8645:23
[INFO] [stderr] |
[INFO] [stderr] 8645 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8646:21
[INFO] [stderr] |
[INFO] [stderr] 8646 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8662:23
[INFO] [stderr] |
[INFO] [stderr] 8662 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8663:21
[INFO] [stderr] |
[INFO] [stderr] 8663 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8683:23
[INFO] [stderr] |
[INFO] [stderr] 8683 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8684:21
[INFO] [stderr] |
[INFO] [stderr] 8684 | let __end = __sym4.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym4.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8703:23
[INFO] [stderr] |
[INFO] [stderr] 8703 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8704:21
[INFO] [stderr] |
[INFO] [stderr] 8704 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8723:23
[INFO] [stderr] |
[INFO] [stderr] 8723 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8724:21
[INFO] [stderr] |
[INFO] [stderr] 8724 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8742:23
[INFO] [stderr] |
[INFO] [stderr] 8742 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8743:21
[INFO] [stderr] |
[INFO] [stderr] 8743 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8762:23
[INFO] [stderr] |
[INFO] [stderr] 8762 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8763:21
[INFO] [stderr] |
[INFO] [stderr] 8763 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8781:23
[INFO] [stderr] |
[INFO] [stderr] 8781 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8782:21
[INFO] [stderr] |
[INFO] [stderr] 8782 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8800:23
[INFO] [stderr] |
[INFO] [stderr] 8800 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8801:21
[INFO] [stderr] |
[INFO] [stderr] 8801 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8818:23
[INFO] [stderr] |
[INFO] [stderr] 8818 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8819:21
[INFO] [stderr] |
[INFO] [stderr] 8819 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8834:48
[INFO] [stderr] |
[INFO] [stderr] 8834 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8835:66
[INFO] [stderr] |
[INFO] [stderr] 8835 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8851:23
[INFO] [stderr] |
[INFO] [stderr] 8851 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8852:21
[INFO] [stderr] |
[INFO] [stderr] 8852 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8868:23
[INFO] [stderr] |
[INFO] [stderr] 8868 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8869:21
[INFO] [stderr] |
[INFO] [stderr] 8869 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8886:23
[INFO] [stderr] |
[INFO] [stderr] 8886 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8887:21
[INFO] [stderr] |
[INFO] [stderr] 8887 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8902:48
[INFO] [stderr] |
[INFO] [stderr] 8902 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8903:66
[INFO] [stderr] |
[INFO] [stderr] 8903 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8919:23
[INFO] [stderr] |
[INFO] [stderr] 8919 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8920:21
[INFO] [stderr] |
[INFO] [stderr] 8920 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8936:23
[INFO] [stderr] |
[INFO] [stderr] 8936 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8937:21
[INFO] [stderr] |
[INFO] [stderr] 8937 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8953:23
[INFO] [stderr] |
[INFO] [stderr] 8953 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8954:21
[INFO] [stderr] |
[INFO] [stderr] 8954 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8971:23
[INFO] [stderr] |
[INFO] [stderr] 8971 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8972:21
[INFO] [stderr] |
[INFO] [stderr] 8972 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8988:23
[INFO] [stderr] |
[INFO] [stderr] 8988 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8989:21
[INFO] [stderr] |
[INFO] [stderr] 8989 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9007:23
[INFO] [stderr] |
[INFO] [stderr] 9007 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9008:21
[INFO] [stderr] |
[INFO] [stderr] 9008 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9024:23
[INFO] [stderr] |
[INFO] [stderr] 9024 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9025:21
[INFO] [stderr] |
[INFO] [stderr] 9025 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9040:48
[INFO] [stderr] |
[INFO] [stderr] 9040 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9041:66
[INFO] [stderr] |
[INFO] [stderr] 9041 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9057:23
[INFO] [stderr] |
[INFO] [stderr] 9057 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9058:21
[INFO] [stderr] |
[INFO] [stderr] 9058 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9074:23
[INFO] [stderr] |
[INFO] [stderr] 9074 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9075:21
[INFO] [stderr] |
[INFO] [stderr] 9075 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9091:23
[INFO] [stderr] |
[INFO] [stderr] 9091 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9092:21
[INFO] [stderr] |
[INFO] [stderr] 9092 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9109:23
[INFO] [stderr] |
[INFO] [stderr] 9109 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9110:21
[INFO] [stderr] |
[INFO] [stderr] 9110 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9126:23
[INFO] [stderr] |
[INFO] [stderr] 9126 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9127:21
[INFO] [stderr] |
[INFO] [stderr] 9127 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9142:48
[INFO] [stderr] |
[INFO] [stderr] 9142 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9143:66
[INFO] [stderr] |
[INFO] [stderr] 9143 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9159:23
[INFO] [stderr] |
[INFO] [stderr] 9159 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9160:21
[INFO] [stderr] |
[INFO] [stderr] 9160 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9177:23
[INFO] [stderr] |
[INFO] [stderr] 9177 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9178:21
[INFO] [stderr] |
[INFO] [stderr] 9178 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9194:23
[INFO] [stderr] |
[INFO] [stderr] 9194 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9195:21
[INFO] [stderr] |
[INFO] [stderr] 9195 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9211:23
[INFO] [stderr] |
[INFO] [stderr] 9211 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9212:21
[INFO] [stderr] |
[INFO] [stderr] 9212 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9227:48
[INFO] [stderr] |
[INFO] [stderr] 9227 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9228:66
[INFO] [stderr] |
[INFO] [stderr] 9228 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9246:23
[INFO] [stderr] |
[INFO] [stderr] 9246 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9247:21
[INFO] [stderr] |
[INFO] [stderr] 9247 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9263:23
[INFO] [stderr] |
[INFO] [stderr] 9263 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9264:21
[INFO] [stderr] |
[INFO] [stderr] 9264 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9279:48
[INFO] [stderr] |
[INFO] [stderr] 9279 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9280:66
[INFO] [stderr] |
[INFO] [stderr] 9280 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9296:23
[INFO] [stderr] |
[INFO] [stderr] 9296 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: redundant closure found
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:6738:45
[INFO] [stderr] |
[INFO] [stderr] 6738 | let mut __tokens = __tokens.map(|t| __ToTriple::to_triple(t));
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove closure as shown: `__ToTriple::to_triple`
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] |
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9297:21
[INFO] [stderr] |
[INFO] [stderr] 9297 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9313:23
[INFO] [stderr] |
[INFO] [stderr] 9313 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9314:21
[INFO] [stderr] |
[INFO] [stderr] 9314 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9330:23
[INFO] [stderr] |
[INFO] [stderr] 9330 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9331:21
[INFO] [stderr] |
[INFO] [stderr] 9331 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9347:23
[INFO] [stderr] |
[INFO] [stderr] 9347 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9348:21
[INFO] [stderr] |
[INFO] [stderr] 9348 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9363:48
[INFO] [stderr] |
[INFO] [stderr] 9363 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9364:66
[INFO] [stderr] |
[INFO] [stderr] 9364 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9380:23
[INFO] [stderr] |
[INFO] [stderr] 9380 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9381:21
[INFO] [stderr] |
[INFO] [stderr] 9381 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9397:23
[INFO] [stderr] |
[INFO] [stderr] 9397 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9398:21
[INFO] [stderr] |
[INFO] [stderr] 9398 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9415:23
[INFO] [stderr] |
[INFO] [stderr] 9415 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9416:21
[INFO] [stderr] |
[INFO] [stderr] 9416 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9435:23
[INFO] [stderr] |
[INFO] [stderr] 9435 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9436:21
[INFO] [stderr] |
[INFO] [stderr] 9436 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9452:23
[INFO] [stderr] |
[INFO] [stderr] 9452 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9453:21
[INFO] [stderr] |
[INFO] [stderr] 9453 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9468:48
[INFO] [stderr] |
[INFO] [stderr] 9468 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9469:66
[INFO] [stderr] |
[INFO] [stderr] 9469 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9487:23
[INFO] [stderr] |
[INFO] [stderr] 9487 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9488:21
[INFO] [stderr] |
[INFO] [stderr] 9488 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9504:23
[INFO] [stderr] |
[INFO] [stderr] 9504 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9505:21
[INFO] [stderr] |
[INFO] [stderr] 9505 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9521:23
[INFO] [stderr] |
[INFO] [stderr] 9521 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9522:21
[INFO] [stderr] |
[INFO] [stderr] 9522 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9537:48
[INFO] [stderr] |
[INFO] [stderr] 9537 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9538:66
[INFO] [stderr] |
[INFO] [stderr] 9538 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7086:31
[INFO] [stderr] |
[INFO] [stderr] 7086 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9554:23
[INFO] [stderr] |
[INFO] [stderr] 9554 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9555:21
[INFO] [stderr] |
[INFO] [stderr] 9555 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7087:29
[INFO] [stderr] |
[INFO] [stderr] 7087 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9570:48
[INFO] [stderr] |
[INFO] [stderr] 9570 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7100:31
[INFO] [stderr] |
[INFO] [stderr] 7100 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9571:66
[INFO] [stderr] |
[INFO] [stderr] 9571 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7101:29
[INFO] [stderr] |
[INFO] [stderr] 7101 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9588:23
[INFO] [stderr] |
[INFO] [stderr] 9588 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9589:21
[INFO] [stderr] |
[INFO] [stderr] 9589 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9605:23
[INFO] [stderr] |
[INFO] [stderr] 9605 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9606:21
[INFO] [stderr] |
[INFO] [stderr] 9606 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9622:23
[INFO] [stderr] |
[INFO] [stderr] 9622 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9623:21
[INFO] [stderr] |
[INFO] [stderr] 9623 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7220:31
[INFO] [stderr] |
[INFO] [stderr] 7220 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7221:29
[INFO] [stderr] |
[INFO] [stderr] 7221 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9638:48
[INFO] [stderr] |
[INFO] [stderr] 9638 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9639:66
[INFO] [stderr] |
[INFO] [stderr] 9639 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9656:23
[INFO] [stderr] |
[INFO] [stderr] 9656 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9657:21
[INFO] [stderr] |
[INFO] [stderr] 9657 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9673:23
[INFO] [stderr] |
[INFO] [stderr] 9673 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9674:21
[INFO] [stderr] |
[INFO] [stderr] 9674 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7267:10
[INFO] [stderr] |
[INFO] [stderr] 7267 | ) -> (usize, (Vec, Option>), usize)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9690:23
[INFO] [stderr] |
[INFO] [stderr] 9690 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9691:21
[INFO] [stderr] |
[INFO] [stderr] 9691 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9708:23
[INFO] [stderr] |
[INFO] [stderr] 9708 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9709:21
[INFO] [stderr] |
[INFO] [stderr] 9709 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9729:23
[INFO] [stderr] |
[INFO] [stderr] 9729 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9730:21
[INFO] [stderr] |
[INFO] [stderr] 9730 | let __end = __sym4.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym4.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9746:23
[INFO] [stderr] |
[INFO] [stderr] 9746 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9747:21
[INFO] [stderr] |
[INFO] [stderr] 9747 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9765:23
[INFO] [stderr] |
[INFO] [stderr] 9765 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9766:21
[INFO] [stderr] |
[INFO] [stderr] 9766 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9782:23
[INFO] [stderr] |
[INFO] [stderr] 9782 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9783:21
[INFO] [stderr] |
[INFO] [stderr] 9783 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9799:23
[INFO] [stderr] |
[INFO] [stderr] 9799 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9800:21
[INFO] [stderr] |
[INFO] [stderr] 9800 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9816:23
[INFO] [stderr] |
[INFO] [stderr] 9816 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9817:21
[INFO] [stderr] |
[INFO] [stderr] 9817 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9832:48
[INFO] [stderr] |
[INFO] [stderr] 9832 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9833:66
[INFO] [stderr] |
[INFO] [stderr] 9833 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9849:23
[INFO] [stderr] |
[INFO] [stderr] 9849 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9850:21
[INFO] [stderr] |
[INFO] [stderr] 9850 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7427:10
[INFO] [stderr] |
[INFO] [stderr] 7427 | ) -> (usize, ::std::option::Option<(Vec, Option>)>, usize)
[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: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9868:23
[INFO] [stderr] |
[INFO] [stderr] 9868 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9869:21
[INFO] [stderr] |
[INFO] [stderr] 9869 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7457:10
[INFO] [stderr] |
[INFO] [stderr] 7457 | ) -> (usize, ::std::option::Option)>>, usize)
[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: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9887:23
[INFO] [stderr] |
[INFO] [stderr] 9887 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9888:21
[INFO] [stderr] |
[INFO] [stderr] 9888 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9904:23
[INFO] [stderr] |
[INFO] [stderr] 9904 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9905:21
[INFO] [stderr] |
[INFO] [stderr] 9905 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9923:23
[INFO] [stderr] |
[INFO] [stderr] 9923 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9924:21
[INFO] [stderr] |
[INFO] [stderr] 9924 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9940:23
[INFO] [stderr] |
[INFO] [stderr] 9940 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9941:21
[INFO] [stderr] |
[INFO] [stderr] 9941 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9960:23
[INFO] [stderr] |
[INFO] [stderr] 9960 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9961:21
[INFO] [stderr] |
[INFO] [stderr] 9961 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7585:23
[INFO] [stderr] |
[INFO] [stderr] 7585 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7586:21
[INFO] [stderr] |
[INFO] [stderr] 7586 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9977:23
[INFO] [stderr] |
[INFO] [stderr] 9977 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9978:21
[INFO] [stderr] |
[INFO] [stderr] 9978 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7601:48
[INFO] [stderr] |
[INFO] [stderr] 7601 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7602:66
[INFO] [stderr] |
[INFO] [stderr] 7602 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9993:48
[INFO] [stderr] |
[INFO] [stderr] 9993 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:9994:66
[INFO] [stderr] |
[INFO] [stderr] 9994 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7618:23
[INFO] [stderr] |
[INFO] [stderr] 7618 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7619:21
[INFO] [stderr] |
[INFO] [stderr] 7619 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10012:23
[INFO] [stderr] |
[INFO] [stderr] 10012 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10013:21
[INFO] [stderr] |
[INFO] [stderr] 10013 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7634:48
[INFO] [stderr] |
[INFO] [stderr] 7634 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7635:66
[INFO] [stderr] |
[INFO] [stderr] 7635 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10031:23
[INFO] [stderr] |
[INFO] [stderr] 10031 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10032:21
[INFO] [stderr] |
[INFO] [stderr] 10032 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7652:23
[INFO] [stderr] |
[INFO] [stderr] 7652 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10049:23
[INFO] [stderr] |
[INFO] [stderr] 10049 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7653:21
[INFO] [stderr] |
[INFO] [stderr] 7653 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10050:21
[INFO] [stderr] |
[INFO] [stderr] 10050 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7670:23
[INFO] [stderr] |
[INFO] [stderr] 7670 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7671:21
[INFO] [stderr] |
[INFO] [stderr] 7671 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10067:23
[INFO] [stderr] |
[INFO] [stderr] 10067 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10068:21
[INFO] [stderr] |
[INFO] [stderr] 10068 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10084:23
[INFO] [stderr] |
[INFO] [stderr] 10084 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10085:21
[INFO] [stderr] |
[INFO] [stderr] 10085 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7686:48
[INFO] [stderr] |
[INFO] [stderr] 7686 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10101:23
[INFO] [stderr] |
[INFO] [stderr] 10101 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10102:21
[INFO] [stderr] |
[INFO] [stderr] 10102 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7687:66
[INFO] [stderr] |
[INFO] [stderr] 7687 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7704:23
[INFO] [stderr] |
[INFO] [stderr] 7704 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7705:21
[INFO] [stderr] |
[INFO] [stderr] 7705 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7720:48
[INFO] [stderr] |
[INFO] [stderr] 7720 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7721:66
[INFO] [stderr] |
[INFO] [stderr] 7721 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7737:23
[INFO] [stderr] |
[INFO] [stderr] 7737 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7738:21
[INFO] [stderr] |
[INFO] [stderr] 7738 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7755:23
[INFO] [stderr] |
[INFO] [stderr] 7755 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7756:21
[INFO] [stderr] |
[INFO] [stderr] 7756 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7774:23
[INFO] [stderr] |
[INFO] [stderr] 7774 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7775:21
[INFO] [stderr] |
[INFO] [stderr] 7775 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7792:23
[INFO] [stderr] |
[INFO] [stderr] 7792 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7793:21
[INFO] [stderr] |
[INFO] [stderr] 7793 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7808:48
[INFO] [stderr] |
[INFO] [stderr] 7808 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7809:66
[INFO] [stderr] |
[INFO] [stderr] 7809 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7825:23
[INFO] [stderr] |
[INFO] [stderr] 7825 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7826:21
[INFO] [stderr] |
[INFO] [stderr] 7826 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7843:23
[INFO] [stderr] |
[INFO] [stderr] 7843 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7844:21
[INFO] [stderr] |
[INFO] [stderr] 7844 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7862:23
[INFO] [stderr] |
[INFO] [stderr] 7862 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] warning: this creates an owned instance just for comparison
[INFO] [stderr] |
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10330:24
[INFO] [stderr] |
[INFO] [stderr] 10330 | if closing_name == name.to_string() {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try: `*name`
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::cmp_owned)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cmp_owned
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7863:21
[INFO] [stderr] |
[INFO] [stderr] 7863 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: identical conversion
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10338:19
[INFO] [stderr] |
[INFO] [stderr] 10338 | open: name.into(),
[INFO] [stderr] | ^^^^^^^^^^^ help: consider removing `.into()`: `name`
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::identity_conversion)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion
[INFO] [stderr]
[INFO] [stderr] warning: identical conversion
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10339:20
[INFO] [stderr] |
[INFO] [stderr] 10339 | close: closing.into(),
[INFO] [stderr] | ^^^^^^^^^^^^^^ help: consider removing `.into()`: `closing`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7880:23
[INFO] [stderr] |
[INFO] [stderr] 7880 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7881:21
[INFO] [stderr] |
[INFO] [stderr] 7881 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7896:48
[INFO] [stderr] |
[INFO] [stderr] 7896 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7897:66
[INFO] [stderr] |
[INFO] [stderr] 7897 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7913:23
[INFO] [stderr] |
[INFO] [stderr] 7913 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7914:21
[INFO] [stderr] |
[INFO] [stderr] 7914 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7931:23
[INFO] [stderr] |
[INFO] [stderr] 7931 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7932:21
[INFO] [stderr] |
[INFO] [stderr] 7932 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7950:23
[INFO] [stderr] |
[INFO] [stderr] 7950 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7951:21
[INFO] [stderr] |
[INFO] [stderr] 7951 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7968:23
[INFO] [stderr] |
[INFO] [stderr] 7968 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7969:21
[INFO] [stderr] |
[INFO] [stderr] 7969 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7984:48
[INFO] [stderr] |
[INFO] [stderr] 7984 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:7985:66
[INFO] [stderr] |
[INFO] [stderr] 7985 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8001:23
[INFO] [stderr] |
[INFO] [stderr] 8001 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8002:21
[INFO] [stderr] |
[INFO] [stderr] 8002 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8019:23
[INFO] [stderr] |
[INFO] [stderr] 8019 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8020:21
[INFO] [stderr] |
[INFO] [stderr] 8020 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8038:23
[INFO] [stderr] |
[INFO] [stderr] 8038 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8039:21
[INFO] [stderr] |
[INFO] [stderr] 8039 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr] warning: redundant closure found
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10632:25
[INFO] [stderr] |
[INFO] [stderr] 10632 | (req.unwrap_or_else(|| Vec::new()), opt)
[INFO] [stderr] | ^^^^^^^^^^^^^ help: remove closure as shown: `Vec::new`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10639:20
[INFO] [stderr] |
[INFO] [stderr] 10639 | (_, attrs, _): (usize, ::std::option::Option)>>, usize),
[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: very complex type used. Consider factoring parts into `type` definitions
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10641:23
[INFO] [stderr] |
[INFO] [stderr] 10641 | (_, children, _): (usize, ::std::option::Option<(Vec, Option>)>, usize),
[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: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8057:23
[INFO] [stderr] |
[INFO] [stderr] 8057 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8058:21
[INFO] [stderr] |
[INFO] [stderr] 8058 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8073:48
[INFO] [stderr] |
[INFO] [stderr] 8073 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8074:66
[INFO] [stderr] |
[INFO] [stderr] 8074 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8090:23
[INFO] [stderr] |
[INFO] [stderr] 8090 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8091:21
[INFO] [stderr] |
[INFO] [stderr] 8091 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10675:19
[INFO] [stderr] |
[INFO] [stderr] 10675 | __lookbehind: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(clippy::trivially_copy_pass_by_ref)] on by default
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8109:23
[INFO] [stderr] |
[INFO] [stderr] 8109 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10676:18
[INFO] [stderr] |
[INFO] [stderr] 10676 | __lookahead: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8110:21
[INFO] [stderr] |
[INFO] [stderr] 8110 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: very complex type used. Consider factoring parts into `type` definitions
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10692:18
[INFO] [stderr] |
[INFO] [stderr] 10692 | (_, __0, _): (usize, (Vec, Option>), usize),
[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: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10700:19
[INFO] [stderr] |
[INFO] [stderr] 10700 | __lookbehind: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10701:18
[INFO] [stderr] |
[INFO] [stderr] 10701 | __lookahead: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8129:23
[INFO] [stderr] |
[INFO] [stderr] 8129 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8130:21
[INFO] [stderr] |
[INFO] [stderr] 8130 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10717:19
[INFO] [stderr] |
[INFO] [stderr] 10717 | __lookbehind: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10718:18
[INFO] [stderr] |
[INFO] [stderr] 10718 | __lookahead: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8148:23
[INFO] [stderr] |
[INFO] [stderr] 8148 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10734:19
[INFO] [stderr] |
[INFO] [stderr] 10734 | __lookbehind: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10735:18
[INFO] [stderr] |
[INFO] [stderr] 10735 | __lookahead: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8149:21
[INFO] [stderr] |
[INFO] [stderr] 8149 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10751:19
[INFO] [stderr] |
[INFO] [stderr] 10751 | __lookbehind: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10752:18
[INFO] [stderr] |
[INFO] [stderr] 10752 | __lookahead: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8164:48
[INFO] [stderr] |
[INFO] [stderr] 8164 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8165:66
[INFO] [stderr] |
[INFO] [stderr] 8165 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10768:19
[INFO] [stderr] |
[INFO] [stderr] 10768 | __lookbehind: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10769:18
[INFO] [stderr] |
[INFO] [stderr] 10769 | __lookahead: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8181:23
[INFO] [stderr] |
[INFO] [stderr] 8181 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8182:21
[INFO] [stderr] |
[INFO] [stderr] 8182 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8198:23
[INFO] [stderr] |
[INFO] [stderr] 8198 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8199:21
[INFO] [stderr] |
[INFO] [stderr] 8199 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8216:23
[INFO] [stderr] |
[INFO] [stderr] 8216 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8217:21
[INFO] [stderr] |
[INFO] [stderr] 8217 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8233:23
[INFO] [stderr] |
[INFO] [stderr] 8233 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8234:21
[INFO] [stderr] |
[INFO] [stderr] 8234 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8250:23
[INFO] [stderr] |
[INFO] [stderr] 8250 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8251:21
[INFO] [stderr] |
[INFO] [stderr] 8251 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8267:23
[INFO] [stderr] |
[INFO] [stderr] 8267 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8268:21
[INFO] [stderr] |
[INFO] [stderr] 8268 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10817:19
[INFO] [stderr] |
[INFO] [stderr] 10817 | __lookbehind: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8287:23
[INFO] [stderr] |
[INFO] [stderr] 8287 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10818:18
[INFO] [stderr] |
[INFO] [stderr] 10818 | __lookahead: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8288:21
[INFO] [stderr] |
[INFO] [stderr] 8288 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10834:19
[INFO] [stderr] |
[INFO] [stderr] 10834 | __lookbehind: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10835:18
[INFO] [stderr] |
[INFO] [stderr] 10835 | __lookahead: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10851:19
[INFO] [stderr] |
[INFO] [stderr] 10851 | __lookbehind: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10852:18
[INFO] [stderr] |
[INFO] [stderr] 10852 | __lookahead: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8306:23
[INFO] [stderr] |
[INFO] [stderr] 8306 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8307:21
[INFO] [stderr] |
[INFO] [stderr] 8307 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10868:19
[INFO] [stderr] |
[INFO] [stderr] 10868 | __lookbehind: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10869:18
[INFO] [stderr] |
[INFO] [stderr] 10869 | __lookahead: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8323:23
[INFO] [stderr] |
[INFO] [stderr] 8323 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10885:19
[INFO] [stderr] |
[INFO] [stderr] 10885 | __lookbehind: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8324:21
[INFO] [stderr] |
[INFO] [stderr] 8324 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10886:18
[INFO] [stderr] |
[INFO] [stderr] 10886 | __lookahead: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10903:19
[INFO] [stderr] |
[INFO] [stderr] 10903 | __lookbehind: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10904:18
[INFO] [stderr] |
[INFO] [stderr] 10904 | __lookahead: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8339:48
[INFO] [stderr] |
[INFO] [stderr] 8339 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8340:66
[INFO] [stderr] |
[INFO] [stderr] 8340 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10920:19
[INFO] [stderr] |
[INFO] [stderr] 10920 | __lookbehind: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10921:18
[INFO] [stderr] |
[INFO] [stderr] 10921 | __lookahead: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8355:48
[INFO] [stderr] |
[INFO] [stderr] 8355 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8356:66
[INFO] [stderr] |
[INFO] [stderr] 8356 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10945:19
[INFO] [stderr] |
[INFO] [stderr] 10945 | __lookbehind: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10946:18
[INFO] [stderr] |
[INFO] [stderr] 10946 | __lookahead: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8372:23
[INFO] [stderr] |
[INFO] [stderr] 8372 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8373:21
[INFO] [stderr] |
[INFO] [stderr] 8373 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10971:19
[INFO] [stderr] |
[INFO] [stderr] 10971 | __lookbehind: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:10972:18
[INFO] [stderr] |
[INFO] [stderr] 10972 | __lookahead: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8391:23
[INFO] [stderr] |
[INFO] [stderr] 8391 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8392:21
[INFO] [stderr] |
[INFO] [stderr] 8392 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8409:23
[INFO] [stderr] |
[INFO] [stderr] 8409 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8410:21
[INFO] [stderr] |
[INFO] [stderr] 8410 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11006:19
[INFO] [stderr] |
[INFO] [stderr] 11006 | __lookbehind: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11007:18
[INFO] [stderr] |
[INFO] [stderr] 11007 | __lookahead: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11015:19
[INFO] [stderr] |
[INFO] [stderr] 11015 | __lookbehind: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11016:18
[INFO] [stderr] |
[INFO] [stderr] 11016 | __lookahead: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8429:23
[INFO] [stderr] |
[INFO] [stderr] 8429 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8430:21
[INFO] [stderr] |
[INFO] [stderr] 8430 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8448:23
[INFO] [stderr] |
[INFO] [stderr] 8448 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8449:21
[INFO] [stderr] |
[INFO] [stderr] 8449 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8466:23
[INFO] [stderr] |
[INFO] [stderr] 8466 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8467:21
[INFO] [stderr] |
[INFO] [stderr] 8467 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11075:19
[INFO] [stderr] |
[INFO] [stderr] 11075 | __lookbehind: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8483:23
[INFO] [stderr] |
[INFO] [stderr] 8483 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11076:18
[INFO] [stderr] |
[INFO] [stderr] 11076 | __lookahead: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8484:21
[INFO] [stderr] |
[INFO] [stderr] 8484 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11135:19
[INFO] [stderr] |
[INFO] [stderr] 11135 | __lookbehind: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11136:18
[INFO] [stderr] |
[INFO] [stderr] 11136 | __lookahead: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8502:23
[INFO] [stderr] |
[INFO] [stderr] 8502 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8503:21
[INFO] [stderr] |
[INFO] [stderr] 8503 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8520:23
[INFO] [stderr] |
[INFO] [stderr] 8520 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8521:21
[INFO] [stderr] |
[INFO] [stderr] 8521 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11169:19
[INFO] [stderr] |
[INFO] [stderr] 11169 | __lookbehind: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11170:18
[INFO] [stderr] |
[INFO] [stderr] 11170 | __lookahead: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11178:19
[INFO] [stderr] |
[INFO] [stderr] 11178 | __lookbehind: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: this argument is passed by reference, but would be more efficient if passed by value
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11179:18
[INFO] [stderr] |
[INFO] [stderr] 11179 | __lookahead: &usize,
[INFO] [stderr] | ^^^^^^ help: consider passing by value instead: `usize`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8539:23
[INFO] [stderr] |
[INFO] [stderr] 8539 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8540:21
[INFO] [stderr] |
[INFO] [stderr] 8540 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8557:23
[INFO] [stderr] |
[INFO] [stderr] 8557 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8558:21
[INFO] [stderr] |
[INFO] [stderr] 8558 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8575:23
[INFO] [stderr] |
[INFO] [stderr] 8575 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8576:21
[INFO] [stderr] |
[INFO] [stderr] 8576 | let __end = __sym1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8592:23
[INFO] [stderr] |
[INFO] [stderr] 8592 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8593:21
[INFO] [stderr] |
[INFO] [stderr] 8593 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8609:23
[INFO] [stderr] |
[INFO] [stderr] 8609 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8610:21
[INFO] [stderr] |
[INFO] [stderr] 8610 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11278:20
[INFO] [stderr] |
[INFO] [stderr] 11278 | let __start0 = __0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11279:18
[INFO] [stderr] |
[INFO] [stderr] 11279 | let __end0 = __0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8625:48
[INFO] [stderr] |
[INFO] [stderr] 8625 | let __start = __symbols.last().map(|s| s.2.clone()).unwrap_or_default();
[INFO] [stderr] | ^^^^^^^^^^^ help: try removing the `clone` call: `s.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11299:20
[INFO] [stderr] |
[INFO] [stderr] 11299 | let __start0 = __0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8626:66
[INFO] [stderr] |
[INFO] [stderr] 8626 | let __end = __lookahead_start.cloned().unwrap_or_else(|| __start.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__start`
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11300:18
[INFO] [stderr] |
[INFO] [stderr] 11300 | let __end0 = __0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11322:20
[INFO] [stderr] |
[INFO] [stderr] 11322 | let __start0 = __2.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__2.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11323:18
[INFO] [stderr] |
[INFO] [stderr] 11323 | let __end0 = __2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8645:23
[INFO] [stderr] |
[INFO] [stderr] 8645 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8646:21
[INFO] [stderr] |
[INFO] [stderr] 8646 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11343:20
[INFO] [stderr] |
[INFO] [stderr] 11343 | let __start0 = __1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11344:18
[INFO] [stderr] |
[INFO] [stderr] 11344 | let __end0 = __2.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__2.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8662:23
[INFO] [stderr] |
[INFO] [stderr] 8662 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8663:21
[INFO] [stderr] |
[INFO] [stderr] 8663 | let __end = __sym0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11364:20
[INFO] [stderr] |
[INFO] [stderr] 11364 | let __start0 = __0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11365:18
[INFO] [stderr] |
[INFO] [stderr] 11365 | let __end0 = __1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11383:20
[INFO] [stderr] |
[INFO] [stderr] 11383 | let __start0 = __1.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__1.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11384:18
[INFO] [stderr] |
[INFO] [stderr] 11384 | let __end0 = __2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8683:23
[INFO] [stderr] |
[INFO] [stderr] 8683 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8684:21
[INFO] [stderr] |
[INFO] [stderr] 8684 | let __end = __sym4.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym4.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11401:20
[INFO] [stderr] |
[INFO] [stderr] 11401 | let __start0 = __0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11402:18
[INFO] [stderr] |
[INFO] [stderr] 11402 | let __end0 = __0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11420:20
[INFO] [stderr] |
[INFO] [stderr] 11420 | let __start0 = __0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8703:23
[INFO] [stderr] |
[INFO] [stderr] 8703 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11421:18
[INFO] [stderr] |
[INFO] [stderr] 11421 | let __end0 = __1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8704:21
[INFO] [stderr] |
[INFO] [stderr] 8704 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11439:20
[INFO] [stderr] |
[INFO] [stderr] 11439 | let __start0 = __1.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__1.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11440:18
[INFO] [stderr] |
[INFO] [stderr] 11440 | let __end0 = __2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8723:23
[INFO] [stderr] |
[INFO] [stderr] 8723 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8724:21
[INFO] [stderr] |
[INFO] [stderr] 8724 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] |
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11457:20
[INFO] [stderr] |
[INFO] [stderr] 11457 | let __start0 = __0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11458:18
[INFO] [stderr] |
[INFO] [stderr] 11458 | let __end0 = __0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11476:20
[INFO] [stderr] |
[INFO] [stderr] 11476 | let __start0 = __0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11477:18
[INFO] [stderr] |
[INFO] [stderr] 11477 | let __end0 = __0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8742:23
[INFO] [stderr] |
[INFO] [stderr] 8742 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8743:21
[INFO] [stderr] |
[INFO] [stderr] 8743 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11494:20
[INFO] [stderr] |
[INFO] [stderr] 11494 | let __start0 = __0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11495:18
[INFO] [stderr] |
[INFO] [stderr] 11495 | let __end0 = __1.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__1.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11513:20
[INFO] [stderr] |
[INFO] [stderr] 11513 | let __start0 = __1.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__1.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11514:18
[INFO] [stderr] |
[INFO] [stderr] 11514 | let __end0 = __2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__2.2`
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8762:23
[INFO] [stderr] |
[INFO] [stderr] 8762 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8763:21
[INFO] [stderr] |
[INFO] [stderr] 8763 | let __end = __sym3.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym3.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11531:20
[INFO] [stderr] |
[INFO] [stderr] 11531 | let __start0 = __0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11532:18
[INFO] [stderr] |
[INFO] [stderr] 11532 | let __end0 = __0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8781:23
[INFO] [stderr] |
[INFO] [stderr] 8781 | let __start = __sym0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym0.0`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:8782:21
[INFO] [stderr] |
[INFO] [stderr] 8782 | let __end = __sym2.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `__sym2.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11550:20
[INFO] [stderr] |
[INFO] [stderr] 11550 | let __start0 = __0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__0.0`
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11551:18
[INFO] [stderr] |
[INFO] [stderr] 11551 | let __end0 = __0.2.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__0.2`
[INFO] [stderr] |
[INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
[INFO] [stderr]
[INFO] [stderr] warning: using `clone` on a `Copy` type
[INFO] [stderr] --> /opt/crater/target/debug/build/typed-html-macros-111cb2417b489a16/out/grammar.rs:11568:20
[INFO] [stderr] |
[INFO] [stderr] 11568 | let __start0 = __0.0.clone();
[INFO] [stderr] | ^^^^^^^^^^^^^ help: try removing the `clone` call: `__0.0`
[WARN] too many lines in the log, truncating it