\ No newline at end of file
diff --git a/rustdoc/headless/fn.apply_edits.html b/rustdoc/headless/fn.apply_edits.html
index 4d5acf087f..71c235e9fb 100644
--- a/rustdoc/headless/fn.apply_edits.html
+++ b/rustdoc/headless/fn.apply_edits.html
@@ -1 +1 @@
-headless::apply_edits - Rust
\ No newline at end of file
diff --git a/rustdoc/headless/index.html b/rustdoc/headless/index.html
index a6ee7e7586..e69781d36c 100644
--- a/rustdoc/headless/index.html
+++ b/rustdoc/headless/index.html
@@ -1,3 +1,3 @@
-headless - Rust
\ No newline at end of file
diff --git a/rustdoc/headless/struct.AgentPosition.html b/rustdoc/headless/struct.AgentPosition.html
index 9d165d611c..0d9b579489 100644
--- a/rustdoc/headless/struct.AgentPosition.html
+++ b/rustdoc/headless/struct.AgentPosition.html
@@ -1,9 +1,9 @@
-headless::AgentPosition - Rust
diff --git a/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-3c7487281029702d/out/built.rs.html b/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-3c7487281029702d/out/built.rs.html
index 81aee72c3b..87187698ed 100644
--- a/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-3c7487281029702d/out/built.rs.html
+++ b/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-3c7487281029702d/out/built.rs.html
@@ -111,7 +111,7 @@
/// The output of `rustdoc -V`pubconstRUSTDOC_VERSION: &str="rustdoc 1.46.0 (04488afe3 2020-08-24)";
/// The built-time in RFC2822, UTC
-pubconstBUILT_TIME_UTC: &str="Tue, 22 Sep 2020 23:32:39 +0000";
+pubconstBUILT_TIME_UTC: &str="Wed, 23 Sep 2020 16:02:59 +0000";
/// The target architecture, given by `cfg!(target_arch)`.pubconstCFG_TARGET_ARCH: &str="x86_64";
/// The endianness, given by `cfg!(target_endian)`.
diff --git a/rustdoc/src/headless/main.rs.html b/rustdoc/src/headless/main.rs.html
index 3e464124bb..69d4be513a 100644
--- a/rustdoc/src/headless/main.rs.html
+++ b/rustdoc/src/headless/main.rs.html
@@ -310,6 +310,7 @@
310311312
+313
// This runs a simulation without any graphics and serves a very basic API to control things. See// https://dabreegster.github.io/abstreet/dev/api.html for documentation. To run this:
@@ -586,6 +587,7 @@
ifletSome(edits) =EDITS.read().unwrap().as_ref() {
letmuttimer=Timer::new(format!("apply edits {}", edits.edits_name));
map.must_apply_edits(edits.clone(), &muttimer);
+ map.recalculate_pathfinding_after_edits(&muttimer);
}
}