mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 22:21:09 +03:00
Mark the internal unicode code as package
This commit is contained in:
parent
e75831ab22
commit
0cb88c508d
5 changed files with 7 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
//dfmt off
|
||||
module std.internal.unicode_tables;
|
||||
@safe pure nothrow @nogc:
|
||||
@safe pure nothrow @nogc package(std):
|
||||
|
||||
|
||||
struct SimpleCaseEntry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue