mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-17 05:19:27 +00:00
tiny changes to rustical_xml
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
use core::panic;
|
||||
use syn::{parse_macro_input, DeriveInput};
|
||||
use syn::{DeriveInput, parse_macro_input};
|
||||
|
||||
pub(crate) mod attrs;
|
||||
mod common;
|
||||
mod field;
|
||||
mod generic;
|
||||
mod variant;
|
||||
mod xml_enum;
|
||||
mod xml_struct;
|
||||
|
||||
pub(crate) use common::*;
|
||||
pub(crate) use field::Field;
|
||||
pub(crate) use generic::*;
|
||||
pub(crate) use variant::Variant;
|
||||
pub(crate) use xml_enum::Enum;
|
||||
pub(crate) use xml_struct::NamedStruct;
|
||||
|
||||
Reference in New Issue
Block a user