Skip to content

Commit e100981

Browse files
committed
Remove attribute
1 parent d49d019 commit e100981

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/DynamoDBGenerator/Internal/MarshallHelper.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,7 @@ private static TSet ToNumberSet<TNumber, TSet>(
166166

167167
return set;
168168
}
169-
170-
[MethodImpl(MethodImplOptions.AggressiveInlining)]
169+
171170
private static TSet ToNullableNumberSet<TNumber, TSet>(
172171
List<string?> numbers,
173172
Func<int, TSet> factory,

0 commit comments

Comments
 (0)