mirror of
https://github.com/dlang/phobos.git
synced 2025-05-03 08:30:33 +03:00
Mark std.file.read as @trusted
This commit is contained in:
parent
8221ed4c4b
commit
8feab930b6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue