Use return scope instead of just return

This commit is contained in:
dkorpel 2021-11-26 17:03:06 +01:00
parent 5d0cfcd13a
commit ea76f45494
6 changed files with 19 additions and 19 deletions

View file

@ -276,7 +276,7 @@ static:
multi-threaded programs. See e.g.
$(LINK2 https://www.gnu.org/software/libc/manual/html_node/Environment-Access.html#Environment-Access, glibc).
*/
inout(char)[] opIndexAssign(return inout char[] value, scope const(char)[] name) @trusted
inout(char)[] opIndexAssign(return scope inout char[] value, scope const(char)[] name) @trusted
{
version (Posix)
{