Rename into_ into extract_

This commit is contained in:
Julien Cretin
2020-11-11 10:28:32 +01:00
parent 833f195d88
commit d5a43c346f
2 changed files with 6 additions and 6 deletions

View File

@@ -1052,7 +1052,7 @@ impl Store<BufferStorage> {
}
/// Extracts the storage.
pub fn into_storage(self) -> BufferStorage {
pub fn extract_storage(self) -> BufferStorage {
self.storage
}