Skip to content

Commit

Permalink
graph: Fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
leoyvens committed Aug 23, 2022
1 parent 7db64d3 commit 52dc36e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion graph/src/data/query/result.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ impl QueryResult {
/// This is really `clone`, but we do not want to implement `Clone`;
/// this is only meant for test purposes and should not be used in production
/// code since cloning query results can be very expensive
#[cfg(debug_assertions)]
pub fn duplicate(&self) -> Self {
Self {
data: self.data.clone(),
Expand Down

0 comments on commit 52dc36e

Please sign in to comment.