File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,10 @@ pub mod own {
114114 use super :: super :: * ;
115115 pub use orphan:: * ;
116116
117+ pub use prelude:: syn;
118+ pub use prelude:: proc_macro2;
119+ pub use prelude:: quote;
120+
117121 pub use private:: { Result } ;
118122
119123 #[ cfg( feature = "attr" ) ]
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ full = [
5555# ========================================
5656
5757# Minimal functionality - required for all other features
58- enabled = []
58+ enabled = [ " strs_tools_meta/enabled " ]
5959
6060# String indentation functionality
6161string_indentation = [" enabled" ]
@@ -119,7 +119,7 @@ lexical = { workspace = true, optional = true }
119119component_model_types = { workspace = true , features = [" enabled" ] }
120120
121121# Compile-time optimization macros
122- strs_tools_meta = { workspace = true , path = " strs_tools_meta " , optional = true }
122+ strs_tools_meta = { workspace = true , optional = true }
123123
124124# SIMD optimization dependencies (optional)
125125# When simd feature is disabled, these dependencies are not included at all
You can’t perform that action at this time.
0 commit comments