We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to https://rust-lang.github.io/api-guidelines/naming.html. I think we'd better to rename make_global_ref to to_global_ref to help user discover this API. What's your opinion?
make_global_ref
to_global_ref
The text was updated successfully, but these errors were encountered:
Or even into_global_ref? though Value derives Copy, but it's actually a proxy type of Emacs value, not a POD in true sense.
into_global_ref
Value
Copy
Sorry, something went wrong.
Yeah, either to_ or into_ sounds better. I'm leaning towards the former, but I'm not sure yet.
to_
into_
No branches or pull requests
According to https://rust-lang.github.io/api-guidelines/naming.html. I think we'd better to rename
make_global_ref
toto_global_ref
to help user discover this API. What's your opinion?The text was updated successfully, but these errors were encountered: