Closed andreaspfeil closed 3 months ago
Changed:
/** * Thaw a frozen container. */ pub fn unfreeze(&self) -> crate::Result { call!(self.freeze() -> bool) }
To: /**
I plan to implement some unimplemented methods in the close future. This pull request is just to set things up.
Merged, thank you!
Changed:
To: /**
I plan to implement some unimplemented methods in the close future. This pull request is just to set things up.