Skip to content

Commit 3d54fa5

Browse files
committed
Need to make shim InlineIfLambdaAttribute internal
1 parent 50e6622 commit 3d54fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FsToolkit.ErrorHandling/Shims.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ open System
99
/// we need to create a fake attribute that does nothing instead of having ifdefs in each function argument
1010
[<AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false)>]
1111
[<Sealed>]
12-
type InlineIfLambdaAttribute() =
12+
type internal InlineIfLambdaAttribute() =
1313
inherit System.Attribute()
1414

1515
open System.Runtime.CompilerServices

0 commit comments

Comments
 (0)