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

core: Fix a typo in str::levdistance #5471

Closed
wants to merge 1 commit into from

Conversation

erickt
Copy link
Contributor

@erickt erickt commented Mar 21, 2013

I made a typo in str::levdistance in my str pull request. This fixes it.

@alexcrichton
Copy link
Member

I'm not sure if this would cause the test failures, but this was also a problem on this line

@erickt
Copy link
Contributor Author

erickt commented Mar 22, 2013

Thanks @alexcrichton, I fixed that as well.

bors added a commit that referenced this pull request Mar 22, 2013
I made a typo in `str::levdistance` in my str pull request. This fixes it.
@bors bors closed this Mar 22, 2013
oli-obk pushed a commit to oli-obk/rust that referenced this pull request May 2, 2020
…ip1995

Implement unsafe_derive_deserialize lint

Added `unsafe_derive_deserialize` lint to check for cases when automatically deriving `serde::Deserialize` can be problematic, i.e. with types that have methods using `unsafe`.

Closes rust-lang#5471

changelog: Add lint [`unsafe_derive_deserialize`]
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.

4 participants