remove an outdated line
This commit is contained in:
parent
2c51951dba
commit
5f6dd7a8eb
1 changed files with 0 additions and 1 deletions
|
|
@ -49,7 +49,6 @@ declare_clippy_lint! {
|
|||
"transmutes that are confusing at best, undefined behavior at worst and always useless"
|
||||
}
|
||||
|
||||
// FIXME: Move this to `complexity` again, after #5343 is fixed
|
||||
declare_clippy_lint! {
|
||||
/// ### What it does
|
||||
/// Checks for transmutes to the original type of the object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue