Remove dead code or #[allow(dead_code)] annotation #19
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: Low
src/urls.rs:45:extract_username_from_urlis annotated with#[allow(dead_code)]. Either use it or delete it. Lint suppression for dead code means it rots silently.