✨Remove unsafe rust code#2629
Conversation
Removes unsafe rust usages from windmill and forbids it in cargo config. Unsafe static accesses are replaced with std::RwLock as those were global settings written only once or a few times, but read often.
|
Thank you for your contribution! Before we can merge this PR, we need you to sign our Contributor License Agreement (CLA). You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
Parent issue: https://github.com/sequentech/meta/issues/7111