We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e6622 commit 3d54fa5Copy full SHA for 3d54fa5
src/FsToolkit.ErrorHandling/Shims.fs
@@ -9,7 +9,7 @@ open System
9
/// we need to create a fake attribute that does nothing instead of having ifdefs in each function argument
10
[<AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false)>]
11
[<Sealed>]
12
-type InlineIfLambdaAttribute() =
+type internal InlineIfLambdaAttribute() =
13
inherit System.Attribute()
14
15
open System.Runtime.CompilerServices
0 commit comments