This issue requests a new lint to detect test functions (annotated with #[test]) that do not contain any assertions. The current description is brief and mentions 'allow', which may indicate that the lint should be allowed by default. First, verify if the assignment to royrustdev is still active by checking recent comments. If the issue is unblocked, study existing clippy lints for test functions (e.g., in clippy lints/src/tests.rs) to understand the pattern. Then propose a design and discuss with maintainers.
lint: assertion-less #[test] function · rust-lang/rust-clippy#626 | Good First Issue