move Value derive macro re-export to same place as Value trait

This commit is contained in:
Jacob Lifshay 2024-07-16 16:51:54 -07:00
parent 6a5f1b8af1
commit d610858144
Signed by: programmerjake
SSH key fingerprint: SHA256:B1iRVvUJkvd7upMIiMqn6OyxvD2SgJkAH3ZnUOj6z+c
7 changed files with 7 additions and 7 deletions

View file

@ -12,7 +12,7 @@ use fayalite::{
module::transform::simplify_enums::{simplify_enums, SimplifyEnumsKind},
reset::{SyncReset, ToReset},
source_location::SourceLocation,
Value,
ty::Value,
};
use serde_json::json;