Hands-on Rust: EmptyArchitect not found in scope

Title: Hands-On Rust (Chapter 11/ Calling the Empty0Map Architect)

fn build( won’t compile without adding

mod empty;
use empty::EmptyArchitect;

same instructions are missing when switching to RoomsArchitect

Thank you! I’ve logged those two issues, and they will be fixed in the next beta.