rust/library
Josh Stone ef3e33bd16 unix: Avoid name conversions in remove_dir_all_recursive
Each recursive call was creating an `OsString` for a `&Path`, only for
it to be turned into a `CString` right away. Instead we can directly
pass `.name_cstr()`, saving two allocations each time.
2022-03-07 18:51:53 -08:00
..
2021-11-02 12:31:34 +01:00
2022-03-07 08:47:18 -08:00
2022-03-02 20:06:46 +01:00
2022-02-25 08:00:52 -05:00