mirror of
https://github.com/dlang/phobos.git
synced 2025-05-03 00:20:26 +03:00
Enable long line checks in travis
This commit is contained in:
parent
d71ef1f69b
commit
6b22c63c5b
2 changed files with 2 additions and 2 deletions
|
@ -4298,7 +4298,7 @@ if (isSomeChar!C)
|
|||
static struct Result
|
||||
{
|
||||
private:
|
||||
import core.exception;
|
||||
import core.exception : RangeError;
|
||||
C[] _s;
|
||||
size_t _frontLength;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue