mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
chore: add #[forbid(unsafe_code)] to all crates (#131)
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
#![forbid(unsafe_code)]
|
||||
pub mod admin;
|
||||
pub mod bank_accounts;
|
||||
pub mod cards;
|
||||
|
||||
Reference in New Issue
Block a user