Skip to content

Commit 3a512cb

Browse files
committed
add Debug to TransformConfig
1 parent 65d49ab commit 3a512cb

File tree

1 file changed

+1
-1
lines changed
  • rust/cube-prop-ctx-transpiler-swc-plugin/src

1 file changed

+1
-1
lines changed

rust/cube-prop-ctx-transpiler-swc-plugin/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ static TRANSPILLED_FIELDS: LazyLock<HashSet<String>> = LazyLock::new(|| {
6767

6868
static CONFIG_CACHE: RwLock<Option<TransformConfig>> = RwLock::new(None);
6969

70-
#[derive(Deserialize, Clone)]
70+
#[derive(Deserialize, Clone, Debug)]
7171
#[serde(rename_all = "camelCase")]
7272
pub struct TransformConfig {
7373
cube_names: HashSet<String>,

0 commit comments

Comments
 (0)