Matthias Krüger
8bb01ff117
Rollup merge of #139824 - ChrisDenton:non-canonical, r=petrochenkov
...
Remove safe remove
`safe_remove_dir_all` and `safe_remove_file` use `canonicalize` to workaround a `MAX_PATH` limitation. However, this has not been needed in a long time, since the standard library handles this situation itself.
I've kept `safe_remove_file` (without `canonicalize`) because it also returns `Ok` if the file is not found. While, `safe_remove_file` is only used twice, matching on the error kind is sufficiently verbose that maybe it's still worth it?
2025-04-15 21:16:05 +02:00
..
2025-04-13 01:11:04 -04:00
2025-04-14 18:15:31 +02:00
2025-04-15 08:02:23 +00:00
2025-04-07 22:29:17 +10:00
2025-04-14 03:56:55 +00:00
2025-04-02 16:25:27 +11:00
2025-04-15 08:02:23 +00:00
2025-04-14 07:07:54 +00:00
2025-04-14 16:13:04 +10:00
2025-04-07 20:48:40 +00:00
2025-04-14 16:17:06 +00:00
2025-04-14 03:56:55 +00:00
2025-04-14 03:56:55 +00:00
2025-04-14 01:38:18 +02:00
2025-04-02 16:25:27 +11:00
2025-04-14 03:56:55 +00:00
2025-04-13 01:22:59 +02:00
2025-04-09 12:29:59 +01:00
2025-04-09 14:52:38 +02:00
2025-04-15 15:47:27 +10:00
2025-04-13 23:57:40 -04:00
2025-04-11 15:07:08 +02:00
2025-04-15 08:02:23 +00:00
2025-04-15 08:02:23 +00:00
2025-04-15 10:41:10 +10:00
2025-04-15 15:47:27 +10:00
2025-04-14 18:47:15 +00:00
2025-04-12 11:53:07 +00:00
2025-04-14 16:17:06 +00:00
2025-04-11 13:59:33 +00:00
2025-04-04 14:44:45 +02:00
2025-04-15 15:47:27 +10:00
2025-04-13 17:37:52 -04:00
2025-04-05 11:44:38 -07:00
2025-04-10 13:39:23 +00:00
2025-04-15 15:47:27 +10:00
2025-04-15 08:02:23 +00:00
2025-04-15 08:02:23 +00:00
2025-04-02 16:25:27 +11:00
2025-04-15 08:02:23 +00:00
2025-04-15 21:16:03 +02:00
2025-04-15 08:02:23 +00:00
2025-04-14 21:55:39 +02:00
2025-04-04 22:26:10 +02:00
2025-04-14 16:17:06 +00:00
2025-04-07 22:41:48 +00:00
2025-04-02 16:25:27 +11:00
2025-04-14 03:56:55 +00:00
2025-04-13 23:57:37 -04:00
2025-04-15 08:02:23 +00:00
2025-04-15 15:47:27 +10:00
2025-04-10 18:52:03 +02:00
2025-04-14 14:52:27 +01:00
2025-04-15 15:47:27 +10:00
2025-04-14 10:21:14 +00:00
2025-04-15 15:47:27 +10:00
2025-04-06 21:32:58 +02:00
2025-04-15 08:02:23 +00:00
2025-04-09 10:42:26 +00:00
2025-04-02 16:25:27 +11:00
2025-04-15 15:47:27 +10:00
2025-04-14 15:37:31 +00:00
2025-04-05 18:23:07 +08:00