From d80d2554b5012d455b18d4bf79b276b054a5c98c Mon Sep 17 00:00:00 2001 From: dabreegster Date: Fri, 9 Oct 2020 21:22:30 +0000 Subject: [PATCH] deploy: e4707ca223512ef3829ff6d39d0a7d1df7c3c4c2 --- rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html | 2 +- rustdoc/src/game/common/city_picker.rs.html | 2 +- .../target/debug/build/game-e788b46a21eaee2a/out/built.rs.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html index 551489b5db..7fa544f059 100644 --- a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html +++ b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html @@ -1,3 +1,3 @@ game::pregame::built_info::BUILT_TIME_UTC - Rust

[][src]Constant game::pregame::built_info::BUILT_TIME_UTC

pub const BUILT_TIME_UTC: &str = "Fri, 09 Oct 2020 21:17:09 +0000";

The built-time in RFC2822, UTC

+ Change settings

[][src]Constant game::pregame::built_info::BUILT_TIME_UTC

pub const BUILT_TIME_UTC: &str = "Fri, 09 Oct 2020 21:19:51 +0000";

The built-time in RFC2822, UTC

\ No newline at end of file diff --git a/rustdoc/src/game/common/city_picker.rs.html b/rustdoc/src/game/common/city_picker.rs.html index 9427c0cdec..594725c87a 100644 --- a/rustdoc/src/game/common/city_picker.rs.html +++ b/rustdoc/src/game/common/city_picker.rs.html @@ -577,10 +577,10 @@ use abstutil::Timer; use geom::Duration; use map_model::Map; + use sim::Sim; use widgetry::UpdateType; use super::*; - use crate::render::DrawMap; // Instead of blockingly reading a file within ctx.loading_screen, on the web have to // asynchronously make an HTTP request and keep "polling" for completion in a way that's diff --git a/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-e788b46a21eaee2a/out/built.rs.html b/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-e788b46a21eaee2a/out/built.rs.html index c1dd3180c9..bd05d54a4b 100644 --- a/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-e788b46a21eaee2a/out/built.rs.html +++ b/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-e788b46a21eaee2a/out/built.rs.html @@ -112,7 +112,7 @@ /// The output of `rustdoc -V` pub const RUSTDOC_VERSION: &str = "rustdoc 1.47.0 (18bf6b4f0 2020-10-07)"; /// The built-time in RFC2822, UTC -pub const BUILT_TIME_UTC: &str = "Fri, 09 Oct 2020 21:17:09 +0000"; +pub const BUILT_TIME_UTC: &str = "Fri, 09 Oct 2020 21:19:51 +0000"; /// The target architecture, given by `cfg!(target_arch)`. pub const CFG_TARGET_ARCH: &str = "x86_64"; /// The endianness, given by `cfg!(target_endian)`.