Skip to content

Commit e041aac

Browse files
committed
Cargo fmt
1 parent 107d012 commit e041aac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ use std::env;
22
use time::{format_description, OffsetDateTime};
33

44
fn main() -> Result<(), Box<dyn std::error::Error>> {
5-
65
let format = format_description::parse("[year repr:last_two][month][day][hour][minute]")?;
76
let dt = OffsetDateTime::now_utc().format(&format)?;
87
println!("cargo:rustc-env=PACKAGE_COMPILE_TIME={}", dt);

0 commit comments

Comments
 (0)