Skip to content

Commit 4bf24f3

Browse files
committed
Remove lowercase symbol! macro
1 parent 6394a2c commit 4bf24f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cgp-core/src/prelude.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub use cgp_field::types::{
1818
};
1919
pub use cgp_macro::{
2020
BuildField, CgpData, CgpRecord, CgpVariant, ExtractField, FromVariant, HasField, HasFields,
21-
Product, Sum, Symbol, Symbol as symbol, cgp_auto_getter, cgp_component, cgp_context,
21+
Product, Sum, Symbol, cgp_auto_getter, cgp_component, cgp_context,
2222
cgp_getter, cgp_new_provider, cgp_preset, cgp_provider, cgp_type, check_components,
2323
delegate_and_check_components, delegate_components, product, re_export_imports, replace_with,
2424
};

0 commit comments

Comments
 (0)