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

fix: code improvements as per clippy #263

Merged
merged 2 commits into from
May 15, 2024
Merged

fix: code improvements as per clippy #263

merged 2 commits into from
May 15, 2024

Conversation

burmecia
Copy link
Member

What kind of change does this PR introduce?

This code is to improve code quality as per clippy suggestion.

What is the current behavior?

N/A

What is the new behavior?

N/A

Additional context

N/A

@burmecia burmecia requested a review from imor May 14, 2024 13:33
@@ -5,6 +5,7 @@ use supabase_wrappers::prelude::Cell;
use supabase_wrappers::prelude::Column;
use supabase_wrappers::prelude::Row;

#[allow(dead_code)]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not remove it if it not used?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay, removed it.

@imor imor merged commit 0fa48df into main May 15, 2024
2 checks passed
@imor imor deleted the bo/fix/clippy-code branch May 15, 2024 04:37
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