Skip to content

Commit

Permalink
fix: enable visualized debug of elements by enabling features
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Apr 4, 2024
1 parent f7f26f9 commit 2d6514f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grovedb/src/reference_path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ use serde::{Deserialize, Serialize};
use crate::Error;

#[cfg(any(feature = "full", feature = "verify"))]
#[cfg_attr(not(any(feature = "full", feature = "visualize")), derive(Debug))]
/// Reference path variants
#[derive(Hash, Eq, PartialEq, Serialize, Deserialize, Clone)]
pub enum ReferencePathType {
Expand Down

0 comments on commit 2d6514f

Please sign in to comment.