fractal/fractal-matrix-api
Zeeshan Ali 4d34eed4ab fractal-matrix-api: Drop redundant closures
Fixing clippy error:

```
error: redundant closure found
   --> fractal-matrix-api/src/util.rs:219:60
    |
219 |         r.prev_batch = timeline["prev_batch"].as_str().map(|s| String::from(s));
    |                                                            ^^^^^^^^^^^^^^^^^^^ help: remove closure as shown: `String::from`
    |
    = note: `-D clippy::redundant-closure` implied by `-D warnings`
    = help: for further information visit https://rust-lang-nursery.github.io/rust-clippy/master/index.html#redundant_closure
```

Related: #370
2018-12-23 10:50:09 +00:00
..
src fractal-matrix-api: Drop redundant closures 2018-12-23 10:50:09 +00:00
Cargo.toml Release 4.0.0 2018-12-22 11:19:34 +01:00