fd/tests
Tim Holland 074cfad3d4 Remove deprecated trim_left(_matches)?
warning: use of deprecated item 'core::str::<impl str>::trim_left_matches': superseded by `trim_start_matches`
   --> src/main.rs:222:28
    |
222 |                 .map(|e| e.trim_left_matches('.'))
    |                            ^^^^^^^^^^^^^^^^^
    |
    = note: #[warn(deprecated)] on by default
2019-03-02 08:15:12 +01:00
..
testenv Remove deprecated trim_left(_matches)? 2019-03-02 08:15:12 +01:00
tests.rs Remove deprecated trim_left(_matches)? 2019-03-02 08:15:12 +01:00