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

[easy] Fix Clippy on master #492

Merged
merged 3 commits into from
Jul 6, 2023
Merged

Conversation

huitseeker
Copy link
Contributor

No description provided.

@huitseeker huitseeker requested review from porcuquine and a team as code owners July 6, 2023 15:45
arthurpaulino
arthurpaulino previously approved these changes Jul 6, 2023
- Replaced bare `assert!(false)` with informative `unreachable!("unexpected parse result")` in `src/parser/string.rs` and `src/parser/base.rs`.
- Optimized the slicing of the symbol path array in `store.rs` using shorthand syntax.
- Utilized the `.then()` combinator
@huitseeker huitseeker added this pull request to the merge queue Jul 6, 2023
Merged via the queue into lurk-lab:master with commit bb335de Jul 6, 2023
@huitseeker huitseeker deleted the clippy branch July 6, 2023 17:29
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.

3 participants