fsprojects / FSharp.Formatting

F# tools for generating documentation (Markdown processor and F# code formatter)
https://fsprojects.github.io/FSharp.Formatting/
Other
462 stars 155 forks source link

Silence warnings about unused values during compilation #835

Closed dawedawe closed 10 months ago

dawedawe commented 10 months ago

Not really a big issue, but during compilation there are several compiler warnings flying by about unused values. This PR silences these warnings.

nojaf commented 10 months ago

Hmm, I think it might be slightly easier to go with a nowarn flag somewhere. Not hellbent on it though.

dawedawe commented 10 months ago

Yeah, good call.