Skip to content

Commit

Permalink
Disable printf on happy path (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smaug123 authored Nov 14, 2024
1 parent c091698 commit 19e7de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ApiSurface/DocCoverage.fs
Original file line number Diff line number Diff line change
Expand Up @@ -383,4 +383,4 @@ module DocCoverage =
let assertFullyDocumented (assembly : Assembly) =
ofAssemblyXml assembly
|> compare (ofAssemblySurface assembly)
|> SurfaceComparison.assertNoneRemoved true
|> SurfaceComparison.assertNoneRemoved false

0 comments on commit 19e7de7

Please sign in to comment.