made shadow_unrelated allow, added previous binding span note, fixed #319
This commit is contained in:
parent
b5d953bf7d
commit
4835372df5
4 changed files with 42 additions and 22 deletions
|
|
@ -96,6 +96,7 @@ pub fn plugin_registrar(reg: &mut Registry) {
|
|||
ptr_arg::PTR_ARG,
|
||||
shadow::SHADOW_REUSE,
|
||||
shadow::SHADOW_SAME,
|
||||
shadow::SHADOW_UNRELATED,
|
||||
strings::STRING_ADD,
|
||||
strings::STRING_ADD_ASSIGN,
|
||||
types::CAST_POSSIBLE_TRUNCATION,
|
||||
|
|
@ -141,7 +142,6 @@ pub fn plugin_registrar(reg: &mut Registry) {
|
|||
ranges::RANGE_STEP_BY_ZERO,
|
||||
returns::LET_AND_RETURN,
|
||||
returns::NEEDLESS_RETURN,
|
||||
shadow::SHADOW_UNRELATED,
|
||||
types::BOX_VEC,
|
||||
types::LET_UNIT_VALUE,
|
||||
types::LINKEDLIST,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue