Mark std.file.read as @trusted

This commit is contained in:
Tomoya Tanjo 2014-07-02 19:37:56 +09:00
parent 8221ed4c4b
commit 8feab930b6

View file

@ -177,7 +177,7 @@ Returns: Untyped array of bytes _read.
Throws: $(D FileException) on error.
*/
void[] read(in char[] name, size_t upTo = size_t.max)
void[] read(in char[] name, size_t upTo = size_t.max) @trusted
{
version(Windows)
{