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

chore: fix clippy linting errors and warnings #639

Merged
merged 1 commit into from
Jun 23, 2024
Merged

Conversation

khorshuheng
Copy link
Collaborator

This PR fixed the errors reported by running Clippy, which includes:

  • unused struct fields
  • reference that is immediately dereferenced by the compiler

For some reason, the same errors wasn't reported by the same linter test on github action.

@appflowy appflowy merged commit 537824e into main Jun 23, 2024
11 checks passed
@appflowy appflowy deleted the fix-clippy-errors branch June 23, 2024 15:18
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