Sam K
Results
2
issues of
Sam K
### Checklist - [X] I can reproduce the bug with the latest version given [here](https://github.com/FossifyOrg/Launcher/releases/latest). - [X] I made sure that there are **no existing issues** - [open](https://github.com/FossifyOrg/Launcher/issues) or [closed](https://github.com/FossifyOrg/Launcher/issues?q=is%3Aissue+is%3Aclosed)...
feature request
needs triage
In the `Cargo.toml` at the root of my project, I have the following defined: ```toml [lints.rust] unsafe_code = "forbid" ``` To my understanding, this is equivalent to `#![forbid(unsafe_code)]`. However, when...
enhancement