Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More cleanups (outdated comments, extern crate statements etc) #665

Merged
merged 3 commits into from Mar 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -184,7 +184,6 @@ Addition and subtraction is also supported.
The following illustrates most supported operations to the date and time:

```rust

use chrono::prelude::*;
use chrono::Duration;

Expand Down
3 changes: 0 additions & 3 deletions benches/chrono.rs
@@ -1,9 +1,6 @@
//! Benchmarks for chrono that just depend on std
#![cfg(feature = "__internal_bench")]

extern crate chrono;
extern crate criterion;

use criterion::{black_box, criterion_group, criterion_main, BenchmarkId, Criterion};

use chrono::prelude::*;
Expand Down
3 changes: 0 additions & 3 deletions benches/serde.rs
@@ -1,8 +1,5 @@
#![cfg(feature = "__internal_bench")]

extern crate chrono;
extern crate criterion;

use criterion::{black_box, criterion_group, criterion_main, Criterion};

use chrono::NaiveDateTime;
Expand Down