Rename test prefix

This commit is contained in:
Yuki Okushi 2019-12-31 18:01:45 +09:00
parent 50a8582980
commit de6fe1071b

View File

@ -1,6 +1,6 @@
// run-pass
/// Test for https://github.com/rust-lang/rust-clippy/issues/2826
/// Test for https://github.com/rust-lang/rust-clippy/issues/2862
pub trait FooMap {
fn map<B, F: Fn() -> B>(&self, f: F) -> B;