Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add missing license headers
  • Loading branch information
sylvestre committed Sep 23, 2023
commit fade16a32c7b54c32889735803c7819aa87ec1e8
3 changes: 3 additions & 0 deletions fuzz/fuzz_targets/parse_datetime.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.

#![no_main]

use libfuzzer_sys::fuzz_target;
Expand Down
3 changes: 3 additions & 0 deletions tests/simple.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.

use chrono::{Duration, Local, Weekday};
use parse_datetime::{
parse_datetime_at_date, parse_relative_time::parse_relative_time,
Expand Down