Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Jan 26, 2019
1 parent 4a7b3b7 commit ac5bc7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/ui/lint_without_lint_pass.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ impl lint::LintPass for Pass {
fn get_lints(&self) -> lint::LintArray {
lint_array!(TEST_LINT_REGISTERED)
}

fn name(&self) -> &'static str {
"TEST_LINT"
}
}

fn main() {}

0 comments on commit ac5bc7a

Please sign in to comment.