implement the basics of the lint static analysis

This commit is contained in:
Arthur Lafrance
2023-09-23 23:50:47 -07:00
parent 39164b84e0
commit 8769e02d0b
4 changed files with 41 additions and 0 deletions

View File

@@ -303,6 +303,7 @@ symbols! {
SliceIndex,
SliceIter,
Some,
SpanCtxt,
String,
StructuralEq,
StructuralPartialEq,