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

fix: remove warning about patter discard not allowed for union case that takes no data #401

Closed MangelMaxime closed 2 months ago

MangelMaxime commented 2 months ago

Before this PR, I get:

src/ProvidedTypes.fs(7532,15): warning FS3548: Pattern discard is not allowed for union case that takes no data.