mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-22 14:28:47 +00:00
style: remove unused using directives
This commit is contained in:
parent
f6847315a1
commit
844f697754
@ -1,9 +1,4 @@
|
||||
#if NET5_0_OR_GREATER
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
#endif
|
||||
|
||||
namespace X10D.Collections;
|
||||
namespace X10D.Collections;
|
||||
|
||||
/// <summary>
|
||||
/// Extension methods for <see cref="Span{T}" /> and <see cref="ReadOnlySpan{T}" />
|
||||
|
Loading…
Reference in New Issue
Block a user