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

Update bitflags to v2 #2564

Merged
merged 1 commit into from
Jun 30, 2023
Merged

Update bitflags to v2 #2564

merged 1 commit into from
Jun 30, 2023

Conversation

paolobarbolini
Copy link
Contributor

No description provided.

@@ -7,7 +9,6 @@ use crate::{
types::Type,
Sqlite, SqliteArgumentValue, SqliteTypeInfo, SqliteValueRef,
};
use bitflags::_core::fmt::Display;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nice catch. For a long while, IntelliJ Rust had a bad habit of using this over the std path when auto-importing.

Copy link
Contributor Author

@paolobarbolini paolobarbolini Jun 30, 2023

Choose a reason for hiding this comment

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

Yeah something similar to this happened to me in the RLS days

@abonander abonander merged commit 37fdc20 into launchbadge:main Jun 30, 2023
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