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

Disable rustfmt by default #14

Merged
merged 1 commit into from
Jun 25, 2017
Merged

Disable rustfmt by default #14

merged 1 commit into from
Jun 25, 2017

Conversation

cmbrandenburg
Copy link
Contributor

This effects issue #11.

This change disables rustfmt from reformatting any code in this project.

This change will cause no changes for people not using rustfmt. Whereas, for people who have their editor set up to automatically reformat Rust code, this change will cause their editor to not make any rustfmt-related changes. I.e., this pull request makes it so that rustfmt-using people will not need to disable rustfmt manually before hacking on this project.

Later, if and when this project switches to using rustfmt, the .rustfmt.toml file would be modified to specify whatever rustfmt settings are desired.

This effects issue #11.
@cmbrandenburg
Copy link
Contributor Author

This pull request is a workaround until pull request #12 is merged.

@danburkert danburkert merged commit 14a5332 into danburkert:master Jun 25, 2017
@danburkert
Copy link
Owner

Thanks!

ncloudioj pushed a commit to ncloudioj/lmdb-rs that referenced this pull request Mar 13, 2019
…om-iter

return error result only from Iterator.next()
ncloudioj pushed a commit to ncloudioj/lmdb-rs that referenced this pull request Mar 13, 2019
ncloudioj pushed a commit to ncloudioj/lmdb-rs that referenced this pull request Mar 13, 2019
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