Skip to content

Commit

Permalink
codewide: deprecate legacy serialization API's items
Browse files Browse the repository at this point in the history
Items constituting the legacy serialization API hadn't been marked with
the #[deprecated] attribute. As we're going to remove them soon, let's
warn users about that explicitly.

I recommend viewing this commit with whitespace changes ignored.
  • Loading branch information
wprzytula committed Dec 9, 2024
1 parent 6906b20 commit 6bab921
Show file tree
Hide file tree
Showing 9 changed files with 1,078 additions and 863 deletions.
1 change: 1 addition & 0 deletions scylla-cql/src/frame/response/result.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2475,6 +2475,7 @@ mod tests {
);
}

#[allow(deprecated)]
#[test]
fn test_serialize_empty() {
use crate::frame::value::Value;
Expand Down
Loading

0 comments on commit 6bab921

Please sign in to comment.