File tree Expand file tree Collapse file tree 6 files changed +5
-5
lines changed
Expand file tree Collapse file tree 6 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " lombok-macros"
3- version = " 1.9.6 "
3+ version = " 1.10.0 "
44edition = " 2024"
55authors = [" ltpp-universe <root@ltpp.vip>" ]
66license = " MIT"
File renamed without changes.
Original file line number Diff line number Diff line change 1- pub ( crate ) mod constant ;
1+ pub ( crate ) mod r#const ;
22pub ( crate ) mod func;
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ pub(crate) mod visibility;
77
88pub ( crate ) use cfg:: r#type:: * ;
99pub ( crate ) use func:: r#type:: * ;
10- pub ( crate ) use generate:: constant :: * ;
10+ pub ( crate ) use generate:: r#const :: * ;
1111pub ( crate ) use generate:: func:: * ;
12- pub ( crate ) use parse:: { constant :: * , func:: * } ;
12+ pub ( crate ) use parse:: { r#const :: * , func:: * } ;
1313pub ( crate ) use proc_macro:: TokenStream as OldTokenStream ;
1414pub ( crate ) use proc_macro2:: { TokenStream as NewTokenStream , TokenTree as NewTokenTree } ;
1515pub ( crate ) use quote:: { ToTokens , format_ident, quote} ;
File renamed without changes.
Original file line number Diff line number Diff line change 1- pub ( crate ) mod constant ;
1+ pub ( crate ) mod r#const ;
22pub ( crate ) mod func;
You can’t perform that action at this time.
0 commit comments