f86c35c326
`matches!(data, String)` will matches any type, replace it with explicit type annotation.
`matches!(data, String)` will matches any type, replace it with explicit type annotation.