Skip to content

Commit ff7addb

Browse files
committed
Remove unused imports of std.exception
1 parent 29e98aa commit ff7addb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

std/uni.d

-2
Original file line numberDiff line numberDiff line change
@@ -6695,7 +6695,6 @@ auto caseEnclose(CodepointSet set)
66956695
*/
66966696
@safe public struct unicode
66976697
{
6698-
import std.exception : enforce;
66996698
/**
67006699
Performs the lookup of set of $(CODEPOINTS)
67016700
with compile-time correctness checking.
@@ -7392,7 +7391,6 @@ if (isInputRange!Range && is(Unqual!(ElementType!Range) == dchar))
73927391
+/
73937392
@trusted struct Grapheme
73947393
{
7395-
import std.exception : enforce;
73967394
import std.traits : isDynamicArray;
73977395

73987396
public:

0 commit comments

Comments
 (0)