| commit | 5a2fceefd312ec027bdeaa89ebefbe4c33d94de1 | [log] [tgz] | 
|---|---|---|
| author | ltdk <usr@ltdk.xyz> | Wed Aug 13 01:16:09 2025 -0400 | 
| committer | ltdk <usr@ltdk.xyz> | Wed Aug 20 20:31:33 2025 -0400 | 
| tree | fdc848cad17d5384a3e38c77efd1d8809a94c9d8 | |
| parent | 040a98af70f0a7da03f3d5356531b28a2a7a77e4 [diff] | 
Copy WTF-8 code into core/alloc (for better diffs)
diff --git a/library/std/src/sys_common/wtf8.rs b/library/alloc/src/wtf8/mod.rs similarity index 100% copy from library/std/src/sys_common/wtf8.rs copy to library/alloc/src/wtf8/mod.rs
diff --git a/library/std/src/sys_common/wtf8/tests.rs b/library/alloc/src/wtf8/tests.rs similarity index 100% rename from library/std/src/sys_common/wtf8/tests.rs rename to library/alloc/src/wtf8/tests.rs
diff --git a/library/std/src/sys_common/wtf8.rs b/library/core/src/wtf8.rs similarity index 100% rename from library/std/src/sys_common/wtf8.rs rename to library/core/src/wtf8.rs