Skip to content

Commit

Permalink
Merge pull request #803 from wprzytula/fix-retry-policy-remove-todo
Browse files Browse the repository at this point in the history
query: remove obsolete leftover TODO
  • Loading branch information
piodul authored Aug 28, 2023
2 parents 2008bf1 + 63f7c33 commit 8693761
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scylla/src/statement/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use std::time::Duration;
pub struct Query {
pub(crate) config: StatementConfig,

// TODO: Move this after #701 is fixed
pub contents: String,
page_size: Option<i32>,
}
Expand Down

0 comments on commit 8693761

Please sign in to comment.