Skip to content

Commit a487858

Browse files
authored
Remove lowercase symbol! macro (#173)
1 parent 6394a2c commit a487858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/cgp-core/src/prelude.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ 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,
22-
cgp_getter, cgp_new_provider, cgp_preset, cgp_provider, cgp_type, check_components,
21+
Product, Sum, Symbol, cgp_auto_getter, cgp_component, cgp_context, cgp_getter,
22+
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
};
2525
pub use cgp_type::{HasType, ProvideType, UseType};

0 commit comments

Comments
 (0)