style: remove unused using directives

This commit is contained in:
Oliver Booth 2023-04-10 12:45:18 +01:00
parent f6847315a1
commit 844f697754
No known key found for this signature in database
GPG Key ID: 20BEB9DC87961025
1 changed files with 1 additions and 6 deletions

View File

@ -1,9 +1,4 @@
#if NET5_0_OR_GREATER namespace X10D.Collections;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
#endif
namespace X10D.Collections;
/// <summary> /// <summary>
/// Extension methods for <see cref="Span{T}" /> and <see cref="ReadOnlySpan{T}" /> /// Extension methods for <see cref="Span{T}" /> and <see cref="ReadOnlySpan{T}" />