Skip to content

Commit

Permalink
Merge pull request scylladb#1036 from muzarski/darling_fix
Browse files Browse the repository at this point in the history
macros: enable clippy lints after darling fix
(cherry picked from commit a188ef8)
  • Loading branch information
wprzytula committed Jul 11, 2024
1 parent 5a9072a commit bd735a8
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 46 deletions.
84 changes: 45 additions & 39 deletions Cargo.lock.msrv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scylla-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
proc-macro = true

[dependencies]
darling = "0.20.0"
darling = "0.20.10"
syn = "2.0"
quote = "1.0"
proc-macro2 = "1.0"
Expand Down
3 changes: 0 additions & 3 deletions scylla-macros/src/serialize/cql.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// See: https://github.com/TedDriggs/darling/issues/293
#![allow(clippy::manual_unwrap_or_default)]

use std::collections::HashMap;

use darling::FromAttributes;
Expand Down
3 changes: 0 additions & 3 deletions scylla-macros/src/serialize/row.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// See: https://github.com/TedDriggs/darling/issues/293
#![allow(clippy::manual_unwrap_or_default)]

use std::collections::HashMap;

use darling::FromAttributes;
Expand Down

0 comments on commit bd735a8

Please sign in to comment.