Skip to content

Commit

Permalink
Fixed long lines in std/cstream.d
Browse files Browse the repository at this point in the history
  • Loading branch information
JackStouffer committed May 11, 2016
1 parent 13e7176 commit da5eb9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion std/cstream.d
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
*/
deprecated("It will be removed from Phobos in October 2016. If you still need it, go to https://github.com/DigitalMars/undeaD") module std.cstream;
deprecated(
"It will be removed from Phobos in October 2016. If you still need it, go to https://github.com/DigitalMars/undeaD"
) module std.cstream;
// @@@DEPRECATED_2016-10@@@

public import core.stdc.stdio;
Expand Down

0 comments on commit da5eb9d

Please sign in to comment.