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

add Vec::clone, int::abs, char::to_digit #219

Merged
merged 1 commit into from
Dec 13, 2020

Conversation

tgolsson
Copy link
Contributor

No description provided.

@@ -12,6 +12,7 @@ pub fn module() -> Result<Module, ContextError> {
module.function(&["parse"], parse)?;
module.function(&["max"], i64::max)?;
module.function(&["min"], i64::min)?;
module.function(&["abs"], i64::abs)?;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh, I think this is already added as an associated fn, which should mean it's registered under this name already.

@udoprog udoprog merged commit b80c7e0 into rune-rs:main Dec 13, 2020
@udoprog udoprog added enhancement New feature or request changelog Issue has been added to the changelog labels Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog Issue has been added to the changelog enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants