cargo fmt
This commit is contained in:
parent
0b31fc10d2
commit
6b461495fd
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3775,9 +3775,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tokio-util"
|
||||
version = "0.7.6"
|
||||
version = "0.7.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bc6a3b08b64e6dfad376fa2432c7b1f01522e37a623c3050bc95db2d3ff21583"
|
||||
checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
|
||||
dependencies = [
|
||||
"bytes 1.4.0",
|
||||
"futures-core",
|
||||
|
@ -733,7 +733,6 @@ And here's another. [^3]
|
||||
assert_eq!(page.path, "/articles/ho/");
|
||||
}
|
||||
|
||||
|
||||
#[test]
|
||||
fn can_get_date_from_short_date_in_filename() {
|
||||
let config = Config::default();
|
||||
|
Loading…
Reference in New Issue
Block a user