1
0
mirror of https://github.com/bspeice/dtparse synced 2025-07-01 05:46:14 -04:00

Add an auto-generated header

This commit is contained in:
Bradlee Speice
2018-05-23 23:11:20 -04:00
parent b1f8cd77ee
commit c3abcd4a55
3 changed files with 19 additions and 4 deletions

View File

@ -1,3 +1,7 @@
// WARNING
// This file was auto-generated using the `build_tests.py` script.
// Please do not edit it manually.
use chrono::SecondsFormat;
use parse;

View File

@ -1,3 +1,7 @@
// WARNING
// This file was auto-generated using the `build_tests.py` script.
// Please do not edit it manually.
use Token;
use tokenize;