Skip to content

Commit 3989ab2

Browse files
authored
Merge pull request #145 from muzarski/appease-clippy
codewide: appease clippy
2 parents 1e2e943 + feb853d commit 3989ab2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

scylla-rust-wrapper/src/binding.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,8 @@ macro_rules! invoke_binder_maker_macro_with_type {
348348
/// In the function, value will be consumed using `$consume_v_name`.
349349
/// * `@name_n` - accepts type and function name, declares this function using `make_name_n_binder` macro.
350350
/// In the function, value will be consumed using `$consume_v_name`.
351-
/// There are also 2 helper variants, to accomodate scenarios often encountered in cppdriver (sets of 3 functions,
352-
/// binding the same type by index, name and name_n):
351+
/// There are also 2 helper variants, to accomodate scenarios often encountered in cppdriver (sets of 3 functions,
352+
/// binding the same type by index, name and name_n):
353353
/// * `make_binders!(type, fn_idx, fn_name, fn_name_n)` - is equivalent to:
354354
/// ```
355355
/// make_binders!(@index type, fn_idx);

scylla-rust-wrapper/src/value.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ use uuid::Uuid;
2323
/// - time
2424
/// - counter
2525
/// - timestamp
26+
///
2627
/// There is no such method as `cass_statement_bind_counter`, and so
2728
/// we need to serialize the counter value using `CassCqlValue::BigInt`.
2829
#[derive(Clone, Debug, PartialEq)]

0 commit comments

Comments
 (0)