Switch to 2021 edition (#172)

This commit is contained in:
Nikolay Kim 2023-02-03 00:30:07 +06:00 committed by GitHub
parent 0c61a78d60
commit 29e04cf478
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
53 changed files with 54 additions and 81 deletions

View file

@ -1,5 +1,4 @@
use std::borrow::{Borrow, BorrowMut};
use std::iter::{FromIterator, Iterator};
use std::ops::{Deref, DerefMut, RangeBounds};
use std::sync::atomic::Ordering::{Acquire, Relaxed, Release};
use std::sync::atomic::{self, AtomicUsize};
@ -4049,7 +4048,7 @@ fn abort() {
#[cfg(test)]
mod tests {
use std::{collections::HashMap, convert::TryFrom};
use std::collections::HashMap;
use super::*;