Update deny.toml for recent updates to cargo-deny (#204) #712
ci.yml
on: push
Clippy
1m 28s
Enforce Rust code format
13s
Preflight docs.rs build
31s
Check for unused dependencies
1m 13s
Ensure (MAJOR) tag is used when making an API breaking change
2m 7s
ReadXMP example
1m 19s
Matrix: License / vulnerability audit
Matrix: Preflight crate publish
Matrix: Unit tests with default features disabled
Matrix: Unit tests with minimum versions of direct dependencies
Matrix: Unit tests
Matrix: Unit tests
Annotations
126 errors and 27 warnings
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L160
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:160:9
|
160 | self.prop_name = prop_name.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `prop_name.clone_into(&mut self.prop_name)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L159
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:159:9
|
159 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
|
assigning the result of `ToOwned::to_owned()` may be inefficient:
src/xmp_iterator.rs#L152
error: assigning the result of `ToOwned::to_owned()` may be inefficient
--> src/xmp_iterator.rs:152:9
|
152 | self.schema_ns = schema_ns.to_owned();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `schema_ns.clone_into(&mut self.schema_ns)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(clippy::assigning_clones)]` implied by `#[deny(warnings)]`
|
Enforce Rust code format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
License / vulnerability audit (bans licenses sources)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
License / vulnerability audit (advisories)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Preflight crate publish (ubuntu-latest, stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Preflight docs.rs build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit tests with default features disabled (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit tests with minimum versions of direct dependencies (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
Unit tests (macos-13-xlarge, 1.70.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit tests (ubuntu-latest, stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit tests (macos-13-xlarge, stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit tests (ubuntu-latest, 1.70.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit tests (aarch64-unknown-linux-gnu, stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check for unused dependencies
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, aig787/cargo-udeps-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check for unused dependencies
The following actions uses node12 which is deprecated and will be forced to run on node16: aig787/cargo-udeps-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Unit tests with minimum versions of direct dependencies (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit tests (aarch64-unknown-linux-gnu, 1.70.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit tests with default features disabled (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ReadXMP example
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit tests with default features disabled (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit tests with minimum versions of direct dependencies (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit tests (windows-latest, 1.70.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit tests (windows-latest, stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ensure (MAJOR) tag is used when making an API breaking change
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, paulhatch/semantic-version@v5.2.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit tests (macos-latest, stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit tests (macos-latest, 1.70.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|