fsprojects / FSharp.TypeProviders.SDK

The SDK for creating F# type providers
https://fsprojects.github.io/FSharp.TypeProviders.SDK/
MIT License
298 stars 94 forks source link

Extra match-line removed #385

Closed Thorium closed 2 years ago

Thorium commented 2 years ago

The line 555 was already matched on line 523 so this gives unnecessary warning FS0026: This rule will never be matched

kerams commented 2 years ago

I also see the same on

https://github.com/fsprojects/FSharp.TypeProviders.SDK/blob/a35115bd94a4e989b6a978a9c2634f7725301a1f/src/ProvidedTypes.fs#L10274