exa/src/fs
Benjamin Sago f0c139ca68 Better referencing
This commit makes changes to the way variables are referenced:

• Make types Copy when possible
• Make methods take `self` instead of `&self` where possible (trivially_copy_pass_by_ref)
• Remove unnecessary borrowing (needless_ref)
• Remove unnecessary cloning (clone_on_copy)
• Remove `ref` from match arms where possible (new Rust match ergonomics)
2020-10-10 15:30:19 +01:00
..
feature The Selfening 2020-10-10 13:55:26 +01:00
dir_action.rs Better referencing 2020-10-10 15:30:19 +01:00
dir.rs The Selfening 2020-10-10 13:55:26 +01:00
fields.rs Better referencing 2020-10-10 15:30:19 +01:00
file.rs Better referencing 2020-10-10 15:30:19 +01:00
filter.rs The Selfening 2020-10-10 13:55:26 +01:00
mod.rs Fix handling of potentially unsupported time metadata 2019-12-20 05:37:29 +01:00