Skip to content

Commit

Permalink
Upgrade to 2021 edition
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Aug 11, 2023
1 parent 453f5b9 commit 5b5d04f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "indicatif"
version = "0.17.6"
edition = "2018"
edition = "2021"
rust-version = "1.63"
description = "A progress bar and cli reporting library for Rust"
keywords = ["cli", "progress", "pb", "colors", "progressbar"]
Expand Down
1 change: 0 additions & 1 deletion src/iter.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use std::borrow::Cow;
use std::convert::TryFrom;
use std::io::{self, IoSliceMut};
use std::iter::FusedIterator;
#[cfg(feature = "tokio")]
Expand Down
2 changes: 0 additions & 2 deletions src/rayon.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use std::convert::TryFrom;

use rayon::iter::plumbing::{Consumer, Folder, Producer, ProducerCallback, UnindexedConsumer};
use rayon::iter::{IndexedParallelIterator, ParallelIterator};

Expand Down

0 comments on commit 5b5d04f

Please sign in to comment.