rust-lang/rust-clippy

lint: assertion-less #[test] function

Open

#626 opened on Feb 6, 2016

View on GitHub
 (2 comments) (0 reactions) (1 assignee)Rust (1,391 forks)batch import
A-lintL-testsT-middlegood first issue

Repository metrics

Stars
 (10,406 stars)
PR merge metrics
 (Avg merge 19d 22h) (113 merged PRs in 30d)

Description

allow, because assert!()s may be in the tested code

Contributor guide