-
Notifications
You must be signed in to change notification settings - Fork 56
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
feature_method_to_disable_builtin_function #129
feature_method_to_disable_builtin_function #129
Conversation
What happened with doc? I reverted change on readme and changed lib.rs file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you a lot for the pull request! It is already in a pretty nice state, but there are some comments that we should still address.
You need to execute sync-readme |
Ok. I will change them. |
@ISibboI I changed them. |
Thanks, I can take it from here. |
Well I have integrated the changes now, but it seems that github does not recognise that. Hence I will have to close this, even though it is technically merged. Thank you a lot for the contribution! |
112- disabling built-in functions
Builtin functions can be disabled in context.
Description
In the context, Builtin functions can be disabled. If builtin functions are called, it returns Error.
List here your changes
Type of change
Checklist
cargo fmt
cargo clippy
and reports no warningsCloses #112