Add more from the std
This commit is contained in:
10
patches.sed
10
patches.sed
@@ -1,7 +1,9 @@
|
||||
s|crate::bstr::ByteStr|alloc::bstr::ByteStr|g
|
||||
s|crate::collections::TryReserveError|alloc::collections::TryReserveError|g
|
||||
s|crate::sync::Arc|alloc::sync::Arc|g
|
||||
/target_os = "xous",/a \ target_os = "survos",
|
||||
s|crate::bstr::ByteStr|alloc_crate::bstr::ByteStr|g
|
||||
s|crate::collections::TryReserveError|alloc_crate::collections::TryReserveError|g
|
||||
s|crate::sync::Arc|alloc_crate::sync::Arc|g
|
||||
s|alloc::ffi|alloc_crate::ffi|g
|
||||
s|alloc::slice::Join|alloc_crate::slice::Join|g
|
||||
# /target_os = "xous",/a \ target_os = "survos",
|
||||
|
||||
# Ajouter d'autres modifications facilement ici :
|
||||
# s|ancien_texte|nouveau_texte|g
|
||||
|
||||
Reference in New Issue
Block a user