Brief feature description
Due to the port to no_std and the usage of the inventory crate, clippy warned about dissallowed_types. This comes from core::cell::UnsafeCell usage in the inventory::submit macro. To not block the development, the warning was suppressed in the tests.
The suppression can be removed once there is an inventory release with dtolnay/inventory#88.
Brief feature description
Due to the port to
no_stdand the usage of theinventorycrate, clippy warned aboutdissallowed_types. This comes fromcore::cell::UnsafeCellusage in theinventory::submitmacro. To not block the development, the warning was suppressed in the tests.The suppression can be removed once there is an
inventoryrelease with dtolnay/inventory#88.