Skip to content

Commit 02cb523

Browse files
fix: remove hook exports in mod.rs
Signed-off-by: Ivaylo Nikolov <[email protected]>
1 parent 12bf88c commit 02cb523

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/hooks/mod.rs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
pub mod evm_hook_call;
22
pub mod evm_hook_spec;
3-
pub mod fungible_hook_call;
4-
pub mod fungible_hook_type;
5-
pub mod hook_call;
3+
// pub mod fungible_hook_call;
4+
// pub mod fungible_hook_type;
5+
// pub mod hook_call;
66
pub mod hook_creation_details;
77
pub mod hook_entity_id;
88
pub mod hook_extension_point;
@@ -12,14 +12,14 @@ pub mod lambda_evm_hook;
1212
// pub mod lambda_s_store_transaction;
1313
pub mod lambda_storage_slot;
1414
pub mod lambda_storage_update;
15-
pub mod nft_hook_call;
16-
pub mod nft_hook_type;
15+
// pub mod nft_hook_call;
16+
// pub mod nft_hook_type;
1717

1818
pub use evm_hook_call::EvmHookCall;
1919
pub use evm_hook_spec::EvmHookSpec;
20-
pub use fungible_hook_call::FungibleHookCall;
21-
pub use fungible_hook_type::FungibleHookType;
22-
pub use hook_call::HookCall;
20+
//pub use fungible_hook_call::FungibleHookCall;
21+
// pub use fungible_hook_type::FungibleHookType;
22+
//pub use hook_call::HookCall;
2323
pub use hook_creation_details::HookCreationDetails;
2424
pub use hook_entity_id::HookEntityId;
2525
pub use hook_extension_point::HookExtensionPoint;
@@ -28,5 +28,5 @@ pub use lambda_evm_hook::LambdaEvmHook;
2828
//pub use lambda_s_store_transaction::LambdaSStoreTransactionData;
2929
pub use lambda_storage_slot::LambdaStorageSlot;
3030
pub use lambda_storage_update::LambdaStorageUpdate;
31-
pub use nft_hook_call::NftHookCall;
32-
pub use nft_hook_type::NftHookType;
31+
//pub use nft_hook_call::NftHookCall;
32+
// pub use nft_hook_type::NftHookType;

0 commit comments

Comments
 (0)