Skip to content

fix(deps): update rust crate syn to v2 #3183

fix(deps): update rust crate syn to v2

fix(deps): update rust crate syn to v2 #3183

Triggered via push August 4, 2024 01:59
Status Failure
Total duration 45s
Artifacts

checks.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 120 warnings
mismatched types: yarte_parser/src/stmt_local.rs#L103
error[E0308]: mismatched types --> yarte_parser/src/stmt_local.rs:103:19 | 103 | init: local.init, | ^^^^^^^^^^ expected `Option<(Eq, Box<Expr>)>`, found `Option<LocalInit>` | = note: expected enum `std::option::Option<(syn::token::Eq, std::boxed::Box<syn::Expr>)>` found enum `std::option::Option<syn::LocalInit>`
mismatched types: yarte_parser/src/stmt_local.rs#L92
error[E0308]: mismatched types --> yarte_parser/src/stmt_local.rs:92:19 | 92 | init: val.init, | ^^^^^^^^ expected `Option<LocalInit>`, found `Option<(Eq, Box<Expr>)>` | = note: expected enum `std::option::Option<syn::LocalInit>` found enum `std::option::Option<(syn::token::Eq, std::boxed::Box<syn::Expr>)>`
the trait bound `syn::Pat: syn::parse::Parse` is not satisfied: yarte_parser/src/stmt_local.rs#L36
error[E0277]: the trait bound `syn::Pat: syn::parse::Parse` is not satisfied --> yarte_parser/src/stmt_local.rs:36:46 | 36 | let pat: Pat = input.parse()?; | ^^^^^ the trait `syn::parse::Parse` is not implemented for `syn::Pat` | = help: the following other types implement trait `syn::parse::Parse`: Expr Local expr_list::ExprList proc_macro2::Group proc_macro2::Literal proc_macro2::Punct proc_macro2::TokenStream proc_macro2::TokenTree and 249 others note: required by a bound in `syn::parse::ParseBuffer::<'a>::parse` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/src/parse.rs:464:21 | 464 | pub fn parse<T: Parse>(&self) -> Result<T> { | ^^^^^ required by this bound in `ParseBuffer::<'a>::parse`
the trait bound `syn::Pat: syn::parse::Parse` is not satisfied: yarte_parser/src/stmt_local.rs#L24
error[E0277]: the trait bound `syn::Pat: syn::parse::Parse` is not satisfied --> yarte_parser/src/stmt_local.rs:24:42 | 24 | let mut pat: Pat = input.parse()?; | ^^^^^ the trait `syn::parse::Parse` is not implemented for `syn::Pat` | = help: the following other types implement trait `syn::parse::Parse`: Expr Local expr_list::ExprList proc_macro2::Group proc_macro2::Literal proc_macro2::Punct proc_macro2::TokenStream proc_macro2::TokenTree and 249 others note: required by a bound in `syn::parse::ParseBuffer::<'a>::parse` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/src/parse.rs:464:21 | 464 | pub fn parse<T: Parse>(&self) -> Result<T> { | ^^^^^ required by this bound in `ParseBuffer::<'a>::parse`
this method takes 2 arguments but 1 argument was supplied: yarte_parser/src/expr_list.rs#L14
error[E0061]: this method takes 2 arguments but 1 argument was supplied --> yarte_parser/src/expr_list.rs:14:25 | 14 | list: input.parse_terminated(Expr::parse)?, | ^^^^^^^^^^^^^^^^------------- argument #2 is missing | note: method defined here --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/src/parse.rs:733:12 | 733 | pub fn parse_terminated<T, P>( | ^^^^^^^^^^^^^^^^ help: provide the argument | 14 | list: input.parse_terminated(Expr::parse, /* separator */)?, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mismatched types: yarte_parser/src/stmt_local.rs#L103
error[E0308]: mismatched types --> yarte_parser/src/stmt_local.rs:103:19 | 103 | init: local.init, | ^^^^^^^^^^ expected `Option<(Eq, Box<Expr>)>`, found `Option<LocalInit>` | = note: expected enum `std::option::Option<(syn::token::Eq, std::boxed::Box<syn::Expr>)>` found enum `std::option::Option<syn::LocalInit>`
mismatched types: yarte_parser/src/stmt_local.rs#L92
error[E0308]: mismatched types --> yarte_parser/src/stmt_local.rs:92:19 | 92 | init: val.init, | ^^^^^^^^ expected `Option<LocalInit>`, found `Option<(Eq, Box<Expr>)>` | = note: expected enum `std::option::Option<syn::LocalInit>` found enum `std::option::Option<(syn::token::Eq, std::boxed::Box<syn::Expr>)>`
the trait bound `syn::Pat: syn::parse::Parse` is not satisfied: yarte_parser/src/stmt_local.rs#L36
error[E0277]: the trait bound `syn::Pat: syn::parse::Parse` is not satisfied --> yarte_parser/src/stmt_local.rs:36:46 | 36 | let pat: Pat = input.parse()?; | ^^^^^ the trait `syn::parse::Parse` is not implemented for `syn::Pat` | = help: the following other types implement trait `syn::parse::Parse`: Expr Local expr_list::ExprList proc_macro2::Group proc_macro2::Literal proc_macro2::Punct proc_macro2::TokenStream proc_macro2::TokenTree and 249 others note: required by a bound in `syn::parse::ParseBuffer::<'a>::parse` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/src/parse.rs:464:21 | 464 | pub fn parse<T: Parse>(&self) -> Result<T> { | ^^^^^ required by this bound in `ParseBuffer::<'a>::parse`
the trait bound `syn::Pat: syn::parse::Parse` is not satisfied: yarte_parser/src/stmt_local.rs#L24
error[E0277]: the trait bound `syn::Pat: syn::parse::Parse` is not satisfied --> yarte_parser/src/stmt_local.rs:24:42 | 24 | let mut pat: Pat = input.parse()?; | ^^^^^ the trait `syn::parse::Parse` is not implemented for `syn::Pat` | = help: the following other types implement trait `syn::parse::Parse`: Expr Local expr_list::ExprList proc_macro2::Group proc_macro2::Literal proc_macro2::Punct proc_macro2::TokenStream proc_macro2::TokenTree and 249 others note: required by a bound in `syn::parse::ParseBuffer::<'a>::parse` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/src/parse.rs:464:21 | 464 | pub fn parse<T: Parse>(&self) -> Result<T> { | ^^^^^ required by this bound in `ParseBuffer::<'a>::parse`
this method takes 2 arguments but 1 argument was supplied: yarte_parser/src/expr_list.rs#L14
error[E0061]: this method takes 2 arguments but 1 argument was supplied --> yarte_parser/src/expr_list.rs:14:25 | 14 | list: input.parse_terminated(Expr::parse)?, | ^^^^^^^^^^^^^^^^------------- argument #2 is missing | note: method defined here --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/src/parse.rs:733:12 | 733 | pub fn parse_terminated<T, P>( | ^^^^^^^^^^^^^^^^ help: provide the argument | 14 | list: input.parse_terminated(Expr::parse, /* separator */)?, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Clippy
Clippy had exited with the 101 exit code
Rustfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Rustfmt
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
methods with the following characteristics: (`to_*` and `*_mut`) usually take `self` by mutable reference: yarte_helpers/src/helpers/ser_json/mod.rs#L18
warning: methods with the following characteristics: (`to_*` and `*_mut`) usually take `self` by mutable reference --> yarte_helpers/src/helpers/ser_json/mod.rs:18:32 | 18 | fn to_bytes_mut<B: Buffer>(&self, buf: &mut B); | ^^^^^ | = help: consider choosing a less ambiguous name = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#wrong_self_convention = note: `#[warn(clippy::wrong_self_convention)]` on by default
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L167
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:167:17 | 167 | transmute(K_ASCII_ZERO), | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u8; 16]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L148
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:148:61 | 148 | let digits = (!_mm_movemask_epi8(_mm_cmpeq_epi8(va, transmute(K_ASCII_ZERO))) | 0x80_00) | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u8; 16]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L144
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:144:13 | 144 | transmute(K_ASCII_ZERO), | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u8; 16]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L119
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:119:21 | 119 | transmute(K_ASCII_ZERO), | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u8; 16]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L68
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:68:34 | 68 | let v5 = _mm_mullo_epi16(v4, transmute(K10VECTOR)); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u16; 8]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L65
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:65:34 | 65 | let v4 = _mm_mulhi_epu16(v3, transmute(K_SHIFT_POWERS_VECTOR)); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u16; 8]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L64
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:64:34 | 64 | let v3 = _mm_mulhi_epu16(v2, transmute(K_DIV_POWERS_VECTOR)); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u16; 8]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L51
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:51:60 | 51 | let efgh = _mm_sub_epi32(abcdefgh, _mm_mul_epu32(abcd, transmute(K10000VECTOR))); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u32; 4]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L50
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:50:55 | 50 | let abcd = _mm_srli_epi64(_mm_mul_epu32(abcdefgh, transmute(K_DIV10000VECTOR)), 45); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u32; 4]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations = note: `#[warn(clippy::missing_transmute_annotations)]` on by default
doc list item without indentation: yarte_helpers/src/config.rs#L14
warning: doc list item without indentation --> yarte_helpers/src/config.rs:14:5 | 14 | //! will be possible. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 14 | //! will be possible. | ++
doc list item without indentation: yarte_helpers/src/config.rs#L13
warning: doc list item without indentation --> yarte_helpers/src/config.rs:13:5 | 13 | //! must exist, or error will be prompt. If the tag `partials` doesn't exist no aliasing | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 13 | //! must exist, or error will be prompt. If the tag `partials` doesn't exist no aliasing | ++
doc list item without indentation: yarte_helpers/src/config.rs#L12
warning: doc list item without indentation --> yarte_helpers/src/config.rs:12:5 | 12 | //! `name_alias = "./alias/path/"`, where `./` makes reference to `dir` value. Path | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 12 | //! `name_alias = "./alias/path/"`, where `./` makes reference to `dir` value. Path | ++
doc list item without indentation: yarte_helpers/src/config.rs#L9
warning: doc list item without indentation --> yarte_helpers/src/config.rs:9:5 | 9 | //! `code`, `ast`, or `all`. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 9 | //! `code`, `ast`, or `all`. | ++++
doc list item without indentation: yarte_helpers/src/config.rs#L8
warning: doc list item without indentation --> yarte_helpers/src/config.rs:8:5 | 8 | //! can be visualize, to do so, at most one of three possible values has to be given: | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 8 | //! can be visualize, to do so, at most one of three possible values has to be given: | ++++
doc list item without indentation: yarte_helpers/src/config.rs#L6
warning: doc list item without indentation --> yarte_helpers/src/config.rs:6:5 | 6 | //! will prompt. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 6 | //! will prompt. | ++++
doc list item without indentation: yarte_helpers/src/config.rs#L5
warning: doc list item without indentation --> yarte_helpers/src/config.rs:5:5 | 5 | //! **`templates`** will be used. If the defined directory is not found, an error | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation = note: `#[warn(clippy::doc_lazy_continuation)]` on by default help: indent this line | 5 | //! **`templates`** will be used. If the defined directory is not found, an error | ++++
unexpected `cfg` condition value: `fixed`: yarte_helpers/src/helpers/mod.rs#L25
warning: unexpected `cfg` condition value: `fixed` --> yarte_helpers/src/helpers/mod.rs:25:7 | 25 | #[cfg(feature = "fixed")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `big-num-32`, `buf-min`, `bytes-buf`, `chrono`, `default`, `dtoa`, `extra-renders`, `itoa`, `json`, `logger`, `markup`, `prettyplease`, `render-uuid`, `ryu`, `ryu-ad`, `serde_json`, `syn`, `uuid`, `v_htmlescape`, and `v_jsonescape` = help: consider adding `fixed` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default
methods with the following characteristics: (`to_*` and `*_mut`) usually take `self` by mutable reference: yarte_helpers/src/helpers/ser_json/mod.rs#L18
warning: methods with the following characteristics: (`to_*` and `*_mut`) usually take `self` by mutable reference --> yarte_helpers/src/helpers/ser_json/mod.rs:18:32 | 18 | fn to_bytes_mut<B: Buffer>(&self, buf: &mut B); | ^^^^^ | = help: consider choosing a less ambiguous name = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#wrong_self_convention = note: `#[warn(clippy::wrong_self_convention)]` on by default
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L167
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:167:17 | 167 | transmute(K_ASCII_ZERO), | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u8; 16]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
methods with the following characteristics: (`to_*` and `*_mut`) usually take `self` by mutable reference: yarte_helpers/src/helpers/ser_json/mod.rs#L18
warning: methods with the following characteristics: (`to_*` and `*_mut`) usually take `self` by mutable reference --> yarte_helpers/src/helpers/ser_json/mod.rs:18:32 | 18 | fn to_bytes_mut<B: Buffer>(&self, buf: &mut B); | ^^^^^ | = help: consider choosing a less ambiguous name = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#wrong_self_convention = note: `#[warn(clippy::wrong_self_convention)]` on by default
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L148
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:148:61 | 148 | let digits = (!_mm_movemask_epi8(_mm_cmpeq_epi8(va, transmute(K_ASCII_ZERO))) | 0x80_00) | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u8; 16]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L167
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:167:17 | 167 | transmute(K_ASCII_ZERO), | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u8; 16]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L144
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:144:13 | 144 | transmute(K_ASCII_ZERO), | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u8; 16]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L148
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:148:61 | 148 | let digits = (!_mm_movemask_epi8(_mm_cmpeq_epi8(va, transmute(K_ASCII_ZERO))) | 0x80_00) | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u8; 16]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L119
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:119:21 | 119 | transmute(K_ASCII_ZERO), | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u8; 16]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L144
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:144:13 | 144 | transmute(K_ASCII_ZERO), | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u8; 16]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L68
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:68:34 | 68 | let v5 = _mm_mullo_epi16(v4, transmute(K10VECTOR)); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u16; 8]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L119
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:119:21 | 119 | transmute(K_ASCII_ZERO), | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u8; 16]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L65
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:65:34 | 65 | let v4 = _mm_mulhi_epu16(v3, transmute(K_SHIFT_POWERS_VECTOR)); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u16; 8]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L68
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:68:34 | 68 | let v5 = _mm_mullo_epi16(v4, transmute(K10VECTOR)); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u16; 8]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L64
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:64:34 | 64 | let v3 = _mm_mulhi_epu16(v2, transmute(K_DIV_POWERS_VECTOR)); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u16; 8]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L65
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:65:34 | 65 | let v4 = _mm_mulhi_epu16(v3, transmute(K_SHIFT_POWERS_VECTOR)); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u16; 8]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L51
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:51:60 | 51 | let efgh = _mm_sub_epi32(abcdefgh, _mm_mul_epu32(abcd, transmute(K10000VECTOR))); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u32; 4]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L64
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:64:34 | 64 | let v3 = _mm_mulhi_epu16(v2, transmute(K_DIV_POWERS_VECTOR)); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u16; 8]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L51
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:51:60 | 51 | let efgh = _mm_sub_epi32(abcdefgh, _mm_mul_epu32(abcd, transmute(K10000VECTOR))); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u32; 4]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L50
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:50:55 | 50 | let abcd = _mm_srli_epi64(_mm_mul_epu32(abcdefgh, transmute(K_DIV10000VECTOR)), 45); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u32; 4]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations = note: `#[warn(clippy::missing_transmute_annotations)]` on by default
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L50
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:50:55 | 50 | let abcd = _mm_srli_epi64(_mm_mul_epu32(abcdefgh, transmute(K_DIV10000VECTOR)), 45); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u32; 4]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations = note: `#[warn(clippy::missing_transmute_annotations)]` on by default
doc list item without indentation: yarte_helpers/src/config.rs#L14
warning: doc list item without indentation --> yarte_helpers/src/config.rs:14:5 | 14 | //! will be possible. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 14 | //! will be possible. | ++
doc list item without indentation: yarte_helpers/src/config.rs#L14
warning: doc list item without indentation --> yarte_helpers/src/config.rs:14:5 | 14 | //! will be possible. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 14 | //! will be possible. | ++
doc list item without indentation: yarte_helpers/src/config.rs#L13
warning: doc list item without indentation --> yarte_helpers/src/config.rs:13:5 | 13 | //! must exist, or error will be prompt. If the tag `partials` doesn't exist no aliasing | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 13 | //! must exist, or error will be prompt. If the tag `partials` doesn't exist no aliasing | ++
doc list item without indentation: yarte_helpers/src/config.rs#L13
warning: doc list item without indentation --> yarte_helpers/src/config.rs:13:5 | 13 | //! must exist, or error will be prompt. If the tag `partials` doesn't exist no aliasing | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 13 | //! must exist, or error will be prompt. If the tag `partials` doesn't exist no aliasing | ++
doc list item without indentation: yarte_helpers/src/config.rs#L12
warning: doc list item without indentation --> yarte_helpers/src/config.rs:12:5 | 12 | //! `name_alias = "./alias/path/"`, where `./` makes reference to `dir` value. Path | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 12 | //! `name_alias = "./alias/path/"`, where `./` makes reference to `dir` value. Path | ++
doc list item without indentation: yarte_helpers/src/config.rs#L12
warning: doc list item without indentation --> yarte_helpers/src/config.rs:12:5 | 12 | //! `name_alias = "./alias/path/"`, where `./` makes reference to `dir` value. Path | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 12 | //! `name_alias = "./alias/path/"`, where `./` makes reference to `dir` value. Path | ++
doc list item without indentation: yarte_helpers/src/config.rs#L9
warning: doc list item without indentation --> yarte_helpers/src/config.rs:9:5 | 9 | //! `code`, `ast`, or `all`. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 9 | //! `code`, `ast`, or `all`. | ++++
doc list item without indentation: yarte_helpers/src/config.rs#L9
warning: doc list item without indentation --> yarte_helpers/src/config.rs:9:5 | 9 | //! `code`, `ast`, or `all`. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 9 | //! `code`, `ast`, or `all`. | ++++
doc list item without indentation: yarte_helpers/src/config.rs#L8
warning: doc list item without indentation --> yarte_helpers/src/config.rs:8:5 | 8 | //! can be visualize, to do so, at most one of three possible values has to be given: | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 8 | //! can be visualize, to do so, at most one of three possible values has to be given: | ++++
doc list item without indentation: yarte_helpers/src/config.rs#L6
warning: doc list item without indentation --> yarte_helpers/src/config.rs:6:5 | 6 | //! will prompt. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 6 | //! will prompt. | ++++
doc list item without indentation: yarte_helpers/src/config.rs#L5
warning: doc list item without indentation --> yarte_helpers/src/config.rs:5:5 | 5 | //! **`templates`** will be used. If the defined directory is not found, an error | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation = note: `#[warn(clippy::doc_lazy_continuation)]` on by default help: indent this line | 5 | //! **`templates`** will be used. If the defined directory is not found, an error | ++++
doc list item without indentation: yarte_helpers/src/config.rs#L8
warning: doc list item without indentation --> yarte_helpers/src/config.rs:8:5 | 8 | //! can be visualize, to do so, at most one of three possible values has to be given: | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 8 | //! can be visualize, to do so, at most one of three possible values has to be given: | ++++
doc list item without indentation: yarte_helpers/src/config.rs#L6
warning: doc list item without indentation --> yarte_helpers/src/config.rs:6:5 | 6 | //! will prompt. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 6 | //! will prompt. | ++++
unexpected `cfg` condition value: `fixed`: yarte_helpers/src/helpers/mod.rs#L25
warning: unexpected `cfg` condition value: `fixed` --> yarte_helpers/src/helpers/mod.rs:25:7 | 25 | #[cfg(feature = "fixed")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `big-num-32`, `buf-min`, `bytes-buf`, `chrono`, `default`, `dtoa`, `extra-renders`, `itoa`, `json`, `logger`, `markup`, `prettyplease`, `render-uuid`, `ryu`, `ryu-ad`, `serde_json`, `syn`, `uuid`, `v_htmlescape`, and `v_jsonescape` = help: consider adding `fixed` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default
doc list item without indentation: yarte_helpers/src/config.rs#L5
warning: doc list item without indentation --> yarte_helpers/src/config.rs:5:5 | 5 | //! **`templates`** will be used. If the defined directory is not found, an error | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation = note: `#[warn(clippy::doc_lazy_continuation)]` on by default help: indent this line | 5 | //! **`templates`** will be used. If the defined directory is not found, an error | ++++
unexpected `cfg` condition value: `fixed`: yarte_helpers/src/helpers/mod.rs#L25
warning: unexpected `cfg` condition value: `fixed` --> yarte_helpers/src/helpers/mod.rs:25:7 | 25 | #[cfg(feature = "fixed")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `big-num-32`, `buf-min`, `bytes-buf`, `chrono`, `default`, `dtoa`, `extra-renders`, `itoa`, `json`, `logger`, `markup`, `prettyplease`, `render-uuid`, `ryu`, `ryu-ad`, `serde_json`, `syn`, `uuid`, `v_htmlescape`, and `v_jsonescape` = help: consider adding `fixed` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default
methods with the following characteristics: (`to_*` and `*_mut`) usually take `self` by mutable reference: yarte_helpers/src/helpers/ser_json/mod.rs#L18
warning: methods with the following characteristics: (`to_*` and `*_mut`) usually take `self` by mutable reference --> yarte_helpers/src/helpers/ser_json/mod.rs:18:32 | 18 | fn to_bytes_mut<B: Buffer>(&self, buf: &mut B); | ^^^^^ | = help: consider choosing a less ambiguous name = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#wrong_self_convention = note: `#[warn(clippy::wrong_self_convention)]` on by default
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L167
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:167:17 | 167 | transmute(K_ASCII_ZERO), | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u8; 16]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L148
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:148:61 | 148 | let digits = (!_mm_movemask_epi8(_mm_cmpeq_epi8(va, transmute(K_ASCII_ZERO))) | 0x80_00) | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u8; 16]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L144
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:144:13 | 144 | transmute(K_ASCII_ZERO), | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u8; 16]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
methods with the following characteristics: (`to_*` and `*_mut`) usually take `self` by mutable reference: yarte_helpers/src/helpers/ser_json/mod.rs#L18
warning: methods with the following characteristics: (`to_*` and `*_mut`) usually take `self` by mutable reference --> yarte_helpers/src/helpers/ser_json/mod.rs:18:32 | 18 | fn to_bytes_mut<B: Buffer>(&self, buf: &mut B); | ^^^^^ | = help: consider choosing a less ambiguous name = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#wrong_self_convention = note: `#[warn(clippy::wrong_self_convention)]` on by default
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L119
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:119:21 | 119 | transmute(K_ASCII_ZERO), | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u8; 16]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L167
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:167:17 | 167 | transmute(K_ASCII_ZERO), | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u8; 16]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L148
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:148:61 | 148 | let digits = (!_mm_movemask_epi8(_mm_cmpeq_epi8(va, transmute(K_ASCII_ZERO))) | 0x80_00) | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u8; 16]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L68
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:68:34 | 68 | let v5 = _mm_mullo_epi16(v4, transmute(K10VECTOR)); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u16; 8]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L144
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:144:13 | 144 | transmute(K_ASCII_ZERO), | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u8; 16]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L65
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:65:34 | 65 | let v4 = _mm_mulhi_epu16(v3, transmute(K_SHIFT_POWERS_VECTOR)); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u16; 8]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L119
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:119:21 | 119 | transmute(K_ASCII_ZERO), | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u8; 16]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L64
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:64:34 | 64 | let v3 = _mm_mulhi_epu16(v2, transmute(K_DIV_POWERS_VECTOR)); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u16; 8]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L68
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:68:34 | 68 | let v5 = _mm_mullo_epi16(v4, transmute(K10VECTOR)); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u16; 8]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L51
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:51:60 | 51 | let efgh = _mm_sub_epi32(abcdefgh, _mm_mul_epu32(abcd, transmute(K10000VECTOR))); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u32; 4]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L65
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:65:34 | 65 | let v4 = _mm_mulhi_epu16(v3, transmute(K_SHIFT_POWERS_VECTOR)); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u16; 8]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L64
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:64:34 | 64 | let v3 = _mm_mulhi_epu16(v2, transmute(K_DIV_POWERS_VECTOR)); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u16; 8]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L51
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:51:60 | 51 | let efgh = _mm_sub_epi32(abcdefgh, _mm_mul_epu32(abcd, transmute(K10000VECTOR))); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u32; 4]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L50
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:50:55 | 50 | let abcd = _mm_srli_epi64(_mm_mul_epu32(abcdefgh, transmute(K_DIV10000VECTOR)), 45); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u32; 4]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations = note: `#[warn(clippy::missing_transmute_annotations)]` on by default
doc list item without indentation: yarte_helpers/src/config.rs#L14
warning: doc list item without indentation --> yarte_helpers/src/config.rs:14:5 | 14 | //! will be possible. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 14 | //! will be possible. | ++
doc list item without indentation: yarte_helpers/src/config.rs#L13
warning: doc list item without indentation --> yarte_helpers/src/config.rs:13:5 | 13 | //! must exist, or error will be prompt. If the tag `partials` doesn't exist no aliasing | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 13 | //! must exist, or error will be prompt. If the tag `partials` doesn't exist no aliasing | ++
doc list item without indentation: yarte_helpers/src/config.rs#L12
warning: doc list item without indentation --> yarte_helpers/src/config.rs:12:5 | 12 | //! `name_alias = "./alias/path/"`, where `./` makes reference to `dir` value. Path | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 12 | //! `name_alias = "./alias/path/"`, where `./` makes reference to `dir` value. Path | ++
doc list item without indentation: yarte_helpers/src/config.rs#L9
warning: doc list item without indentation --> yarte_helpers/src/config.rs:9:5 | 9 | //! `code`, `ast`, or `all`. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 9 | //! `code`, `ast`, or `all`. | ++++
doc list item without indentation: yarte_helpers/src/config.rs#L8
warning: doc list item without indentation --> yarte_helpers/src/config.rs:8:5 | 8 | //! can be visualize, to do so, at most one of three possible values has to be given: | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 8 | //! can be visualize, to do so, at most one of three possible values has to be given: | ++++
doc list item without indentation: yarte_helpers/src/config.rs#L6
warning: doc list item without indentation --> yarte_helpers/src/config.rs:6:5 | 6 | //! will prompt. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 6 | //! will prompt. | ++++
doc list item without indentation: yarte_helpers/src/config.rs#L5
warning: doc list item without indentation --> yarte_helpers/src/config.rs:5:5 | 5 | //! **`templates`** will be used. If the defined directory is not found, an error | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation = note: `#[warn(clippy::doc_lazy_continuation)]` on by default help: indent this line | 5 | //! **`templates`** will be used. If the defined directory is not found, an error | ++++
unexpected `cfg` condition value: `fixed`: yarte_helpers/src/helpers/mod.rs#L25
warning: unexpected `cfg` condition value: `fixed` --> yarte_helpers/src/helpers/mod.rs:25:7 | 25 | #[cfg(feature = "fixed")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `big-num-32`, `buf-min`, `bytes-buf`, `chrono`, `default`, `dtoa`, `extra-renders`, `itoa`, `json`, `logger`, `markup`, `prettyplease`, `render-uuid`, `ryu`, `ryu-ad`, `serde_json`, `syn`, `uuid`, `v_htmlescape`, and `v_jsonescape` = help: consider adding `fixed` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default
methods with the following characteristics: (`to_*` and `*_mut`) usually take `self` by mutable reference: yarte_helpers/src/helpers/ser_json/mod.rs#L18
warning: methods with the following characteristics: (`to_*` and `*_mut`) usually take `self` by mutable reference --> yarte_helpers/src/helpers/ser_json/mod.rs:18:32 | 18 | fn to_bytes_mut<B: Buffer>(&self, buf: &mut B); | ^^^^^ | = help: consider choosing a less ambiguous name = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#wrong_self_convention = note: `#[warn(clippy::wrong_self_convention)]` on by default
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L167
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:167:17 | 167 | transmute(K_ASCII_ZERO), | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u8; 16]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L148
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:148:61 | 148 | let digits = (!_mm_movemask_epi8(_mm_cmpeq_epi8(va, transmute(K_ASCII_ZERO))) | 0x80_00) | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u8; 16]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L50
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:50:55 | 50 | let abcd = _mm_srli_epi64(_mm_mul_epu32(abcdefgh, transmute(K_DIV10000VECTOR)), 45); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u32; 4]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations = note: `#[warn(clippy::missing_transmute_annotations)]` on by default
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L144
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:144:13 | 144 | transmute(K_ASCII_ZERO), | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u8; 16]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
doc list item without indentation: yarte_helpers/src/config.rs#L14
warning: doc list item without indentation --> yarte_helpers/src/config.rs:14:5 | 14 | //! will be possible. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 14 | //! will be possible. | ++
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L119
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:119:21 | 119 | transmute(K_ASCII_ZERO), | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u8; 16]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
doc list item without indentation: yarte_helpers/src/config.rs#L13
warning: doc list item without indentation --> yarte_helpers/src/config.rs:13:5 | 13 | //! must exist, or error will be prompt. If the tag `partials` doesn't exist no aliasing | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 13 | //! must exist, or error will be prompt. If the tag `partials` doesn't exist no aliasing | ++
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L68
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:68:34 | 68 | let v5 = _mm_mullo_epi16(v4, transmute(K10VECTOR)); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u16; 8]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
doc list item without indentation: yarte_helpers/src/config.rs#L12
warning: doc list item without indentation --> yarte_helpers/src/config.rs:12:5 | 12 | //! `name_alias = "./alias/path/"`, where `./` makes reference to `dir` value. Path | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 12 | //! `name_alias = "./alias/path/"`, where `./` makes reference to `dir` value. Path | ++
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L65
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:65:34 | 65 | let v4 = _mm_mulhi_epu16(v3, transmute(K_SHIFT_POWERS_VECTOR)); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u16; 8]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
doc list item without indentation: yarte_helpers/src/config.rs#L9
warning: doc list item without indentation --> yarte_helpers/src/config.rs:9:5 | 9 | //! `code`, `ast`, or `all`. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 9 | //! `code`, `ast`, or `all`. | ++++
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L64
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:64:34 | 64 | let v3 = _mm_mulhi_epu16(v2, transmute(K_DIV_POWERS_VECTOR)); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u16; 8]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
doc list item without indentation: yarte_helpers/src/config.rs#L8
warning: doc list item without indentation --> yarte_helpers/src/config.rs:8:5 | 8 | //! can be visualize, to do so, at most one of three possible values has to be given: | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 8 | //! can be visualize, to do so, at most one of three possible values has to be given: | ++++
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L51
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:51:60 | 51 | let efgh = _mm_sub_epi32(abcdefgh, _mm_mul_epu32(abcd, transmute(K10000VECTOR))); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u32; 4]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
doc list item without indentation: yarte_helpers/src/config.rs#L6
warning: doc list item without indentation --> yarte_helpers/src/config.rs:6:5 | 6 | //! will prompt. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 6 | //! will prompt. | ++++
doc list item without indentation: yarte_helpers/src/config.rs#L5
warning: doc list item without indentation --> yarte_helpers/src/config.rs:5:5 | 5 | //! **`templates`** will be used. If the defined directory is not found, an error | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation = note: `#[warn(clippy::doc_lazy_continuation)]` on by default help: indent this line | 5 | //! **`templates`** will be used. If the defined directory is not found, an error | ++++
unexpected `cfg` condition value: `fixed`: yarte_helpers/src/helpers/mod.rs#L25
warning: unexpected `cfg` condition value: `fixed` --> yarte_helpers/src/helpers/mod.rs:25:7 | 25 | #[cfg(feature = "fixed")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `big-num-32`, `buf-min`, `bytes-buf`, `chrono`, `default`, `dtoa`, `extra-renders`, `itoa`, `json`, `logger`, `markup`, `prettyplease`, `render-uuid`, `ryu`, `ryu-ad`, `serde_json`, `syn`, `uuid`, `v_htmlescape`, and `v_jsonescape` = help: consider adding `fixed` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default
transmute used without annotations: yarte_helpers/src/helpers/integers/v_integer.rs#L50
warning: transmute used without annotations --> yarte_helpers/src/helpers/integers/v_integer.rs:50:55 | 50 | let abcd = _mm_srli_epi64(_mm_mul_epu32(abcdefgh, transmute(K_DIV10000VECTOR)), 45); | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<helpers::integers::v_integer::A16<[u32; 4]>, std::arch::x86_64::__m128i>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations = note: `#[warn(clippy::missing_transmute_annotations)]` on by default
doc list item without indentation: yarte_helpers/src/config.rs#L14
warning: doc list item without indentation --> yarte_helpers/src/config.rs:14:5 | 14 | //! will be possible. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 14 | //! will be possible. | ++
doc list item without indentation: yarte_helpers/src/config.rs#L13
warning: doc list item without indentation --> yarte_helpers/src/config.rs:13:5 | 13 | //! must exist, or error will be prompt. If the tag `partials` doesn't exist no aliasing | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 13 | //! must exist, or error will be prompt. If the tag `partials` doesn't exist no aliasing | ++
doc list item without indentation: yarte_helpers/src/config.rs#L12
warning: doc list item without indentation --> yarte_helpers/src/config.rs:12:5 | 12 | //! `name_alias = "./alias/path/"`, where `./` makes reference to `dir` value. Path | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 12 | //! `name_alias = "./alias/path/"`, where `./` makes reference to `dir` value. Path | ++
doc list item without indentation: yarte_helpers/src/config.rs#L9
warning: doc list item without indentation --> yarte_helpers/src/config.rs:9:5 | 9 | //! `code`, `ast`, or `all`. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 9 | //! `code`, `ast`, or `all`. | ++++
doc list item without indentation: yarte_helpers/src/config.rs#L8
warning: doc list item without indentation --> yarte_helpers/src/config.rs:8:5 | 8 | //! can be visualize, to do so, at most one of three possible values has to be given: | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 8 | //! can be visualize, to do so, at most one of three possible values has to be given: | ++++
doc list item without indentation: yarte_helpers/src/config.rs#L6
warning: doc list item without indentation --> yarte_helpers/src/config.rs:6:5 | 6 | //! will prompt. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 6 | //! will prompt. | ++++
doc list item without indentation: yarte_helpers/src/config.rs#L5
warning: doc list item without indentation --> yarte_helpers/src/config.rs:5:5 | 5 | //! **`templates`** will be used. If the defined directory is not found, an error | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation = note: `#[warn(clippy::doc_lazy_continuation)]` on by default help: indent this line | 5 | //! **`templates`** will be used. If the defined directory is not found, an error | ++++
unexpected `cfg` condition value: `fixed`: yarte_helpers/src/helpers/mod.rs#L25
warning: unexpected `cfg` condition value: `fixed` --> yarte_helpers/src/helpers/mod.rs:25:7 | 25 | #[cfg(feature = "fixed")] | ^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `big-num-32`, `buf-min`, `bytes-buf`, `chrono`, `default`, `dtoa`, `extra-renders`, `itoa`, `json`, `logger`, `markup`, `prettyplease`, `render-uuid`, `ryu`, `ryu-ad`, `serde_json`, `syn`, `uuid`, `v_htmlescape`, and `v_jsonescape` = help: consider adding `fixed` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default
Clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Clippy
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/