Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
deprecated_lints: remove extraneous declare_deprecated_lint
  • Loading branch information
evanjs committed Nov 2, 2019
commit 1acea2e4fc231e4dd6229b6e0869f29e79b40edc
1 change: 0 additions & 1 deletion clippy_lints/src/deprecated_lints.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ declare_deprecated_lint! {
"this lint has been split into cast_ptr_alignment and transmute_ptr_to_ptr"
}

declare_deprecated_lint! {
/// **What it does:** Nothing. This lint has been deprecated.
///
/// **Deprecation reason:** This lint is too subjective, not having a good reason for being in clippy.
Expand Down