Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: unfreeze method #34

Closed
wants to merge 1 commit into from
Closed

Conversation

andreaspfeil
Copy link

Changed:

/**
 * Thaw a frozen container.
 */
pub fn unfreeze(&self) -> crate::Result {
    call!(self.freeze() -> bool)
}

To:
/**
* Thaw a frozen container.
*/
pub fn unfreeze(&self) -> crate::Result {
call!(self.unfreeze() -> bool)
}

I plan to implement some unimplemented methods in the close future. This pull request is just to set things up.

@sanpii
Copy link
Owner

sanpii commented Jul 22, 2024

Merged, thank you!

@sanpii sanpii closed this Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants