From 6239cbc18347696111add2d4a9acf07db608f0e2 Mon Sep 17 00:00:00 2001 From: dabreegster Date: Sun, 11 Jul 2021 19:40:18 +0000 Subject: [PATCH] deploy: b925f0c015cb86ce675f0fec1c65469948dd4d6e --- .../built_info/constant.BUILT_TIME_UTC.html | 2 +- rustdoc/map_editor/fn.main.html | 2 +- rustdoc/map_editor/index.html | 2 +- rustdoc/map_editor/struct.App.html | 4 +-- rustdoc/map_editor/struct.MainState.html | 4 +-- rustdoc/search-index.js | 2 +- .../game-b46195c1bf7e0216/out/built.rs.html | 2 +- rustdoc/src/map_editor/main.rs.html | 32 +++++++++++++++++++ 8 files changed, 41 insertions(+), 9 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 cdd9bae42d..50f3db86c4 100644 --- a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html +++ b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html @@ -1,6 +1,6 @@ BUILT_TIME_UTC in game::pregame::built_info - Rust

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

pub const BUILT_TIME_UTC: &str = r"Sun, 11 Jul 2021 17:57:45 +0000";

The build time in RFC2822, UTC.

+ Change settings

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

pub const BUILT_TIME_UTC: &str = r"Sun, 11 Jul 2021 19:39:21 +0000";

The build time in RFC2822, UTC.

\ No newline at end of file diff --git a/rustdoc/map_editor/fn.main.html b/rustdoc/map_editor/fn.main.html index 6c20bcda6c..cc4db5062a 100644 --- a/rustdoc/map_editor/fn.main.html +++ b/rustdoc/map_editor/fn.main.html @@ -1,5 +1,5 @@ main in map_editor - Rust

Function map_editor::main[][src]

pub(crate) fn main()
+ Change settings

Function map_editor::main[][src]

pub(crate) fn main()
\ No newline at end of file diff --git a/rustdoc/map_editor/index.html b/rustdoc/map_editor/index.html index cc7e1d2d37..43f8712a9e 100644 --- a/rustdoc/map_editor/index.html +++ b/rustdoc/map_editor/index.html @@ -1,7 +1,7 @@ map_editor - Rust

Crate map_editor[][src]

The map_editor renders and lets you edit RawMaps, which are a format in between OSM and the + Change settings

Crate map_editor[][src]

The map_editor renders and lets you edit RawMaps, which are a format in between OSM and the full Map. It’s useful for debugging maps imported from OSM, and for drawing synthetic maps for testing.

Modules

diff --git a/rustdoc/map_editor/struct.App.html b/rustdoc/map_editor/struct.App.html index 801a788060..64a0e262e1 100644 --- a/rustdoc/map_editor/struct.App.html +++ b/rustdoc/map_editor/struct.App.html @@ -17,8 +17,8 @@ call this to handle all other events. Read more

impl State<App> for MainState[src]

impl State<App> for MainState[src]

Auto Trait Implementations

impl !RefUnwindSafe for App

impl !Send for App

impl !Sync for App

impl Unpin for App

impl UnwindSafe for App

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

- Fields

mode: Modepanel: Panellast_id: Option<ID>

Implementations

impl MainState[src]

pub(crate) fn new(ctx: &mut EventCtx<'_>) -> (App, MainState)[src]

Trait Implementations

impl State<App> for MainState[src]