phobos/std/experimental/all.d
2019-03-21 11:42:18 +01:00

6 lines
220 B
D

// This module was kept for now to avoid breaking existing code
// @@@DEPRECATED_2.089@@@
deprecated("use `import std;` instead. This module will be removed with 2.089.")
module std.experimental.all;
public import std;