Add a small part of the real rust std
This commit is contained in:
6
patches.sed
Normal file
6
patches.sed
Normal file
@@ -0,0 +1,6 @@
|
||||
s|crate::bstr::ByteStr|alloc::bstr::ByteStr|g
|
||||
s|crate::collections::TryReserveError|alloc::collections::TryReserveError|g
|
||||
s|crate::sync::Arc|alloc::sync::Arc|g
|
||||
|
||||
# Ajouter d'autres modifications facilement ici :
|
||||
# s|ancien_texte|nouveau_texte|g
|
||||
Reference in New Issue
Block a user