Migrate to edition 2021

This commit is contained in:
Lukas Wirth
2021-10-21 17:49:28 +02:00
parent 6aeeb4ef33
commit 1294bfce86
56 changed files with 48 additions and 71 deletions

View File

@@ -1,5 +1,5 @@
//! See [`ManifestPath`].
use std::{convert::TryFrom, ops, path::Path};
use std::{ops, path::Path};
use paths::{AbsPath, AbsPathBuf};