fix(core): Fixes nullables being disabled (#466)

This commit is contained in:
Kamron Batman 2021-02-05 14:09:57 -08:00 • committed by GitHub
parent 657233b2eb
commit 079eeb1b96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

View file

@ -535,7 +535,7 @@ namespace Server.Collections
++_version;
return actualIndex;
}
#nullable disable
#nullable restore
// Returns the index of the next entry in the bucket
[MethodImpl(MethodImplOptions.AggressiveInlining)]