fixed missing tokio feature

This commit is contained in:
MaxOhn
2021-11-21 12:02:22 +01:00
parent 7ee07ec924
commit 701e868231
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ features = ["async-io", "std"]
version = "1.2"
optional = true
default-features = false
features = ["io-util"]
features = ["fs", "io-util"]
[dev-dependencies.tokio]
version = "1.2"
+1 -1
View File
@@ -62,7 +62,7 @@ impl<'map> TaikoPP<'map> {
}
}
/// Provide the result of previous a difficulty or performance calculation.
/// Provide the result of previous difficulty or performance calculation.
/// If you already calculated the attributes for the current map-mod combination,
/// be sure to put them in here so that they don't have to be recalculated.
#[inline]