mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-09 22:55:42 +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
|
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}" />
|
||||||
|
Loading…
Reference in New Issue
Block a user