Skip to content

Commit a55fbdc

Browse files
Added Clone trait to Query in lib.rs (#21)
1 parent c57e46e commit a55fbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ macro_rules! query {
502502
/// }
503503
/// ```
504504
///
505-
#[derive(Default)]
505+
#[derive(Default, Clone)]
506506
pub struct Query {
507507
size_count: usize,
508508
data: Vec<u8>,

0 commit comments

Comments
 (0)