We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25bea8 commit ef2f39bCopy full SHA for ef2f39b
2 files changed
Cargo.toml
@@ -4,7 +4,7 @@ resolver = "2"
4
[workspace.package]
5
repository = "https://github.com/assert-rs/assert_fs.git"
6
license = "MIT OR Apache-2.0"
7
-edition = "2021"
+edition = "2024"
8
rust-version = "1.85" # MSRV
9
include = [
10
"build.rs",
src/fixture/tools.rs
@@ -4,12 +4,12 @@ use std::fs;
use std::io::Write;
use std::path;
-use super::errors::FixtureError;
-use super::errors::FixtureKind;
-use super::errors::ResultChainExt;
use super::ChildPath;
11
use super::NamedTempFile;
12
use super::TempDir;
+use super::errors::FixtureError;
+use super::errors::FixtureKind;
+use super::errors::ResultChainExt;
13
14
/// Create empty directories at [`ChildPath`].
15
///
0 commit comments