fixed missing tokio feature
This commit is contained in:
+1
-1
@@ -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
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user