mirror of
https://github.com/dlang/phobos.git
synced 2025-05-06 02:45:12 +03:00

- Removing the deprecated module silently broke and code that still imported the module without using any of it's functions.
3 lines
146 B
D
3 lines
146 B
D
// Scheduled for removal in April 2014.
|
|
deprecated("Please use std.string.format, std.conv.to or std.conv.parse instead")
|
|
module std.metastrings;
|