Jonathan Brouwer
Jonathan Brouwer
Add a way to replace a certain String with a FancyMessagePart
Among us starting is detected, however, the terminal is spammed with ``` error: process_vm_readv returned -1 instead of 4 (Bad address) address=0xfffffffffcff00ff error: process_vm_readv returned -1 instead of 4 (Bad...
The function `get_roles_for_user` takes a &mut self. Is there a reason for this? The same applies for `get_users_for_role`, `get_users_for_role`, `get_implicit_roles_for_user`, and `get_implicit_permissions_for_user`
There is the `combinations()` and `tuple_combinations()` functions, I'm however missing the `tuple_permutations()` function. Is there a reason this couldn't exist? If not, I might even be open to implementing it...
The goal of this PR is to make the `eval_config_entry` not have any side effects, by moving the check-cfg lints to the attribute parsing. This also helps ensure we do...
This PR turns applying the following attributes on required trait methods (that is, trait methods **without** a default implementation) into a FCW: - `#[cold]` - `#[link_section]` - `#[linkage]` (unstable) -...