mirror of
https://github.com/bspeice/dtparse
synced 2025-07-05 15:54:55 -04:00
Add notes on codegen, and regenerate
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
|
||||
//! This code has been generated by running the `build_pycompat.py` script
|
||||
//! in the repository root. Please do not edit it, as your edits will be destroyed
|
||||
//! upon re-running code generation.
|
||||
|
||||
extern crate chrono;
|
||||
|
||||
use chrono::Datelike;
|
||||
|
@ -1,4 +1,8 @@
|
||||
|
||||
//! This code has been generated by running the `build_pycompat_tokenizer.py` script
|
||||
//! in the repository root. Please do not edit it, as your edits will be destroyed
|
||||
//! upon re-running code generation.
|
||||
|
||||
use tokenize::Tokenizer;
|
||||
|
||||
fn tokenize_assert(test_str: &str, comparison: Vec<&str>) {
|
||||
|
Reference in New Issue
Block a user