rust-analyzer / rowan

Apache License 2.0
697 stars 57 forks source link

Fix SyntaxText equality for substring #46

Closed CAD97 closed 4 years ago

CAD97 commented 4 years ago

I found another wrong case in SyntaxText's equality routine, with SyntaxText == &str. This case wasn't being tested.

matklad commented 4 years ago

bors r+

:man_facepalming:

bors[bot] commented 4 years ago

Build succeeded