add lint deref_nullptr
This commit is contained in:
parent
5c897d430d
commit
389100921a
4 changed files with 94 additions and 0 deletions
|
@ -206,6 +206,7 @@ macro_rules! late_lint_mod_passes {
|
|||
UnreachablePub: UnreachablePub,
|
||||
ExplicitOutlivesRequirements: ExplicitOutlivesRequirements,
|
||||
InvalidValue: InvalidValue,
|
||||
DerefNullPtr: DerefNullPtr,
|
||||
]
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue