fd/src
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
..
exec macronize repetitive tests in exec/input 2019-01-26 16:15:48 +01:00
fshelper Remove deprecated trim_left(_matches)? 2019-03-02 08:15:12 +01:00
internal avoid cloning command, in the wake of 9d26b74 2019-01-30 20:42:43 +01:00
app.rs fix most clippy lints 2019-01-26 16:15:48 +01:00
exit_codes.rs ErrorCode enum variants to be more descriptive 2018-10-03 16:06:18 +02:00
main.rs Remove deprecated trim_left(_matches)? 2019-03-02 08:15:12 +01:00
output.rs fix most clippy lints 2019-01-26 16:15:48 +01:00
walk.rs avoid cloning command, in the wake of 9d26b74 2019-01-30 20:42:43 +01:00