Skip to content

Commit 6e3255c

Browse files
committed
Fix compilation
1 parent 9f098a2 commit 6e3255c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/StructLinq/Utils/Unsafe.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
using System.Runtime.CompilerServices;
1+
using System;
2+
using System.Runtime.CompilerServices;
23
using InlineIL;
34
using static InlineIL.IL.Emit;
5+
// ReSharper disable EntityNameCapturedOnly.Global
46

57
namespace StructLinq.Utils
68
{
7-
static class Unsafe
9+
public static class Unsafe
810
{
911
[MethodImpl(MethodImplOptions.AggressiveInlining)]
1012
public static ref TTo As<TFrom, TTo>(ref TFrom source)

0 commit comments

Comments
 (0)