You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This lint forces the user to use unsafe blocks even inside unasfe functions.
This lint makes it easier for maintainers to spot the operations that are causing unsafety, and provide an opportunity for contributors to explain why this operation is safe, given the additional guarantees the caller has to uphold.
This lint forces the user to use
unsafe
blocks even insideunasfe
functions.This lint makes it easier for maintainers to spot the operations that are causing unsafety, and provide an opportunity for contributors to explain why this operation is safe, given the additional guarantees the caller has to uphold.
This lint is currently allowed by default, but this will change in edition 2024.
References:
The text was updated successfully, but these errors were encountered: