mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
Remove explicit pure
This commit is contained in:
parent
e5c936adfb
commit
99100cf9ac
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ if (isIterable!Range && !isNarrowString!Range && !isInfinite!Range)
|
|||
{
|
||||
if(r.length == 0) return null;
|
||||
|
||||
static auto trustedAllocateArray(size_t n) @trusted nothrow pure
|
||||
static auto trustedAllocateArray(size_t n) @trusted nothrow
|
||||
{
|
||||
return uninitializedArray!(Unqual!E[])(n);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue