Skip to content

Commit

Permalink
session_builder: remove mentions of old deser API
Browse files Browse the repository at this point in the history
  • Loading branch information
wprzytula authored and Lorak-mmk committed Jan 30, 2025
1 parent 9f20778 commit 037432c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scylla/src/client/session_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -540,9 +540,6 @@ impl<K: SessionBuilderKind> GenericSessionBuilder<K> {

/// Builds the Session after setting all the options.
///
/// The new session object uses the new deserialization API. If you wish
/// to use the old API, use [`SessionBuilder::build`].
///
/// # Example
/// ```
/// # use scylla::client::session::Session;
Expand Down

0 comments on commit 037432c

Please sign in to comment.