Files
rust/library/std/src/sys/unix
Dylan DPC a67b6299b4 Rollup merge of #94724 - cuviper:rmdirall-cstr, r=Dylan-DPC
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-08 22:44:00 +01:00
..
2021-08-19 12:02:39 -07:00
2021-08-10 12:09:00 +03:00
2021-08-10 12:09:00 +03:00
2021-04-28 14:25:04 +02:00
2021-08-10 12:09:00 +03:00
2020-11-12 03:40:15 +00:00
2021-12-14 16:40:43 +01:00
2022-02-10 23:49:27 +09:00
2021-12-28 11:28:05 +08:00
2021-08-19 12:02:39 -07:00
2021-08-10 12:09:00 +03:00
2022-03-07 15:48:35 -05:00
2022-01-19 15:59:22 +01:00