f701ea559c
This fixes this errors from clippy: ``` warning: identical conversion --> fractal-matrix-api/src/backend/sync.rs:53:32 | 53 | params.push(("filter", String::from(filter))); | ^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `filter` | = help: for further information visit https://rust-lang-nursery.github.io/rust-clippy/master/index.html#identity_conversion ``` Related: #370 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |