Remove more unused things
This commit is contained in:
parent
35fa818827
commit
0b461c5b86
2 changed files with 0 additions and 12 deletions
|
@ -93,14 +93,3 @@ pub fn serialized_struct(_metadata: TokenStream, input: TokenStream)
|
||||||
output.into_token_stream().into()
|
output.into_token_stream().into()
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Denotes a field with a known name.
|
|
||||||
#[proc_macro_attribute]
|
|
||||||
pub fn serialized_field(attr: TokenStream, input: TokenStream) -> TokenStream {
|
|
||||||
let input2 = parse_macro_input!(input as Item);
|
|
||||||
|
|
||||||
let output = quote! {
|
|
||||||
#input2
|
|
||||||
};
|
|
||||||
|
|
||||||
output.into_token_stream().into()
|
|
||||||
}
|
|
||||||
|
|
|
@ -3,7 +3,6 @@ use crate::da_customize_asset_id::DACustomizeAssetIdDataStruct;
|
||||||
use crate::da_trigger_data::DATriggerDataStruct;
|
use crate::da_trigger_data::DATriggerDataStruct;
|
||||||
use crate::da_tuning_data::DATuningDataStruct;
|
use crate::da_tuning_data::DATuningDataStruct;
|
||||||
use crate::str_property::StrProperty;
|
use crate::str_property::StrProperty;
|
||||||
use crate::structs::PropertyBase;
|
|
||||||
use std::fmt::Debug;
|
use std::fmt::Debug;
|
||||||
|
|
||||||
#[paramacro::serialized_struct("DABuildData")]
|
#[paramacro::serialized_struct("DABuildData")]
|
||||||
|
|
Loading…
Add table
Reference in a new issue