Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #155681 - bjorn3:update_dlmalloc, r=clubby789
Remove windows-sys from the library workspace
Windows-sys isn't actually used as dlmalloc doesn't use it on any of the targets where std uses dlmalloc, but still ends up in the lockfile and thus gets vendored. By using a patch to replace it with an empty crate the vendor size of the standard library is reduced from 93MB to 20MB.