Fixed session tests

This commit is contained in:
Alexandros Naskos
2021-01-28 11:20:13 +02:00
parent 004c935c89
commit c98c44460c
2 changed files with 1 additions and 2 deletions

View File

@@ -29,7 +29,6 @@ pub const TokenModifiers = packed struct {
@"union": bool = false,
@"opaque": bool = false,
declaration: bool = false,
definition: bool = false,
@"async": bool = false,
documentation: bool = false,
generic: bool = false,