Add diagnostic item for std::ops::ControlFlow
This will be used in Clippy to detect useless conversions done through `ControlFlow::map_break()` and `ControlFlow::map_continue()`.
This commit is contained in:
parent
e48ddd8a0b
commit
484c561d78
2 changed files with 2 additions and 0 deletions
|
@ -182,6 +182,7 @@ symbols! {
|
|||
ConstParamTy_,
|
||||
Context,
|
||||
Continue,
|
||||
ControlFlow,
|
||||
Copy,
|
||||
Cow,
|
||||
Debug,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue