Merge new instruction definitions #2

Merged
rowan.a.tl merged 21 commits from dev into main 2025-04-19 23:09:05 -05:00
Showing only changes of commit 41e2d94e1c - Show all commits

View File

@ -1,5 +1,5 @@
use crate::utils::varfunc::VarFunc;
use crate::utils::extractstate::Extract;
use crate::utils::varfunc::VarFunc;
use quote::quote;
use syn::parse_macro_input;
@ -19,8 +19,6 @@ pub fn run_extract(input: proc_macro::TokenStream) -> proc_macro::TokenStream {
#[cfg(test)]
mod tests {
use super::*;
#[test]
fn it_works() {
assert!(true);