Skip to content

Commit

Permalink
feat(cognitarium): make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
amimart committed Jun 5, 2023
1 parent bf8c45d commit b07861a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/okp4-cognitarium/src/querier/plan_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ impl<'a> PlanBuilder<'a> {
self
}

#[allow(dead_code)]
pub fn with_skip(mut self, skip: usize) -> Self {
self.skip = Some(skip);
self
Expand Down

0 comments on commit b07861a

Please sign in to comment.