Skip to main content

Module safety

Module safety 

Source

Structs§

ErrorHandlingPreserved
Detects functions whose signature previously returned Result but no longer does after the changeset.
NoUnsafeAdded
Flags any unsafe { blocks found in changed files.
NoUnwrapAdded
Flags .unwrap() calls in changed files, skipping test files.

Functions§

safety_checks
Returns all 3 safety checks.