cargo fmt

This commit is contained in:
Vincent Prouillet 2023-02-12 13:57:43 +01:00 committed by Vincent Prouillet
parent 0b31fc10d2
commit 6b461495fd
2 changed files with 2 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3775,9 +3775,9 @@ dependencies = [
[[package]] [[package]]
name = "tokio-util" name = "tokio-util"
version = "0.7.6" version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc6a3b08b64e6dfad376fa2432c7b1f01522e37a623c3050bc95db2d3ff21583" checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
dependencies = [ dependencies = [
"bytes 1.4.0", "bytes 1.4.0",
"futures-core", "futures-core",

View File

@ -733,7 +733,6 @@ And here's another. [^3]
assert_eq!(page.path, "/articles/ho/"); assert_eq!(page.path, "/articles/ho/");
} }
#[test] #[test]
fn can_get_date_from_short_date_in_filename() { fn can_get_date_from_short_date_in_filename() {
let config = Config::default(); let config = Config::default();