{"$message_type":"diagnostic","message":"unused doc comment","code":{"code":"unused_doc_comments","explanation":null},"level":"warning","spans":[{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":484078,"byte_end":484126,"line_start":11067,"line_end":11067,"column_start":1,"column_end":49,"is_primary":false,"text":[{"text":"/// move, the threshold transition will re-fire.","highlight_start":1,"highlight_end":49}],"label":"rustdoc does not generate documentation for macro invocations","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":483436,"byte_end":484126,"line_start":11056,"line_end":11067,"column_start":1,"column_end":49,"is_primary":true,"text":[{"text":"/// Per-remote-entity airborne state for the JS jump-pose pipeline.","highlight_start":1,"highlight_end":68},{"text":"/// Indexed by entity GUID (u32). The recv-loop arm for","highlight_start":1,"highlight_end":56},{"text":"/// `GameMessage::VectorUpdate` flips state when |velocity.z| crosses","highlight_start":1,"highlight_end":70},{"text":"/// a threshold (jump start / landing settle) and fires a kind=18","highlight_start":1,"highlight_end":66},{"text":"/// `CLIENT_EVENT_KIND_ENTITY_AIRBORNE_CHANGED` ClientEvent on the","highlight_start":1,"highlight_end":67},{"text":"/// change. Local player is handled separately via the Jump cmd /","highlight_start":1,"highlight_end":66},{"text":"/// TickMovement diff in `pump_session_commands`.","highlight_start":1,"highlight_end":50},{"text":"///","highlight_start":1,"highlight_end":4},{"text":"/// Not persisted across sessions; cleared implicitly when wasm","highlight_start":1,"highlight_end":64},{"text":"/// reloads. Entities that despawn while airborne leave a stale","highlight_start":1,"highlight_end":64},{"text":"/// `true` entry — harmless because the next time they spawn and","highlight_start":1,"highlight_end":65},{"text":"/// move, the threshold transition will re-fire.","highlight_start":1,"highlight_end":49}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"to document an item produced by a macro, the macro must produce the documentation as part of its expansion","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"`#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused doc comment\u001b[0m\n     \u001b[1m\u001b[94m--> \u001b[0mapps/holtburger-web/src/lib.rs:11056:1\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m11056\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m/\u001b[0m /// Per-remote-entity airborne state for the JS jump-pose pipeline.\n\u001b[1m\u001b[94m11057\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m /// Indexed by entity GUID (u32). The recv-loop arm for\n\u001b[1m\u001b[94m11058\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m /// `GameMessage::VectorUpdate` flips state when |velocity.z| crosses\n\u001b[1m\u001b[94m11059\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m /// a threshold (jump start / landing settle) and fires a kind=18\n\u001b[1m\u001b[94m...\u001b[0m     \u001b[1m\u001b[33m|\u001b[0m\n\u001b[1m\u001b[94m11066\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m /// `true` entry — harmless because the next time they spawn and\n\u001b[1m\u001b[94m11067\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m /// move, the threshold transition will re-fire.\n      \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|_\u001b[0m\u001b[1m\u001b[94m-----------------------------------------------\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\n      \u001b[1m\u001b[94m|\u001b[0m   \u001b[1m\u001b[94m|\u001b[0m\n      \u001b[1m\u001b[94m|\u001b[0m   \u001b[1m\u001b[94mrustdoc does not generate documentation for macro invocations\u001b[0m\n      \u001b[1m\u001b[94m|\u001b[0m\n      \u001b[1m\u001b[94m= \u001b[0m\u001b[1mhelp\u001b[0m: to document an item produced by a macro, the macro must produce the documentation as part of its expansion\n      \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default\n\n"}
{"$message_type":"diagnostic","message":"unused doc comment","code":{"code":"unused_doc_comments","explanation":null},"level":"warning","spans":[{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":484654,"byte_end":484697,"line_start":11079,"line_end":11079,"column_start":1,"column_end":44,"is_primary":false,"text":[{"text":"/// arm) live in the same `recv_loop` task.","highlight_start":1,"highlight_end":44}],"label":"rustdoc does not generate documentation for macro invocations","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":484337,"byte_end":484697,"line_start":11074,"line_end":11079,"column_start":1,"column_end":44,"is_primary":true,"text":[{"text":"/// PR-SS.1 2026-05-23: send timestamp for the most-recently-sent","highlight_start":1,"highlight_end":66},{"text":"/// `GameAction::PingRequest`. Cleared by the matching","highlight_start":1,"highlight_end":55},{"text":"/// `GameEvent::PingResponse` arm after computing RTT, or on","highlight_start":1,"highlight_end":61},{"text":"/// send-failure. Thread-local because the wasm bundle is single-","highlight_start":1,"highlight_end":66},{"text":"/// threaded and both writers (the 5s keepalive arm and the response","highlight_start":1,"highlight_end":69},{"text":"/// arm) live in the same `recv_loop` task.","highlight_start":1,"highlight_end":44}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"to document an item produced by a macro, the macro must produce the documentation as part of its expansion","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused doc comment\u001b[0m\n     \u001b[1m\u001b[94m--> \u001b[0mapps/holtburger-web/src/lib.rs:11074:1\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m11074\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m/\u001b[0m /// PR-SS.1 2026-05-23: send timestamp for the most-recently-sent\n\u001b[1m\u001b[94m11075\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m /// `GameAction::PingRequest`. Cleared by the matching\n\u001b[1m\u001b[94m11076\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m /// `GameEvent::PingResponse` arm after computing RTT, or on\n\u001b[1m\u001b[94m11077\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m /// send-failure. Thread-local because the wasm bundle is single-\n\u001b[1m\u001b[94m11078\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m /// threaded and both writers (the 5s keepalive arm and the response\n\u001b[1m\u001b[94m11079\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m /// arm) live in the same `recv_loop` task.\n      \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|_\u001b[0m\u001b[1m\u001b[94m------------------------------------------\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\n      \u001b[1m\u001b[94m|\u001b[0m   \u001b[1m\u001b[94m|\u001b[0m\n      \u001b[1m\u001b[94m|\u001b[0m   \u001b[1m\u001b[94mrustdoc does not generate documentation for macro invocations\u001b[0m\n      \u001b[1m\u001b[94m|\u001b[0m\n      \u001b[1m\u001b[94m= \u001b[0m\u001b[1mhelp\u001b[0m: to document an item produced by a macro, the macro must produce the documentation as part of its expansion\n\n"}
{"$message_type":"diagnostic","message":"unused doc comment","code":{"code":"unused_doc_comments","explanation":null},"level":"warning","spans":[{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":485546,"byte_end":485594,"line_start":11098,"line_end":11098,"column_start":1,"column_end":49,"is_primary":false,"text":[{"text":"/// fall back to the SetupModel `.radius` field.","highlight_start":1,"highlight_end":49}],"label":"rustdoc does not generate documentation for macro invocations","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":484865,"byte_end":485594,"line_start":11086,"line_end":11098,"column_start":1,"column_end":49,"is_primary":true,"text":[{"text":"/// Pending SetupModel collision radii queued by `fetch_entity_model_render`","highlight_start":1,"highlight_end":77},{"text":"/// after loading a SetupModel DAT record. Drained by the recv loop on","highlight_start":1,"highlight_end":71},{"text":"/// each `SessionCommand::TickMovement` into `WorldState::setup_radii`.","highlight_start":1,"highlight_end":72},{"text":"///","highlight_start":1,"highlight_end":4},{"text":"/// Sibling to `BUILDING_AABB_PENDING` etc.; same rationale — wasm","highlight_start":1,"highlight_end":67},{"text":"/// exports run on the JS-promise task and can't borrow","highlight_start":1,"highlight_end":56},{"text":"/// `&mut WorldState` across awaits, so they stage records here and","highlight_start":1,"highlight_end":68},{"text":"/// the recv-loop arm flushes them between integrator ticks.","highlight_start":1,"highlight_end":61},{"text":"///","highlight_start":1,"highlight_end":4},{"text":"/// Radius computation mirrors ACE's `PhysicsObj.GetPhysicsRadius`","highlight_start":1,"highlight_end":67},{"text":"/// (`Source/ACE.Server/Physics/PhysicsObj.cs:~590`): prefer the","highlight_start":1,"highlight_end":65},{"text":"/// first cyl-sphere radius, fall back to the first sphere radius,","highlight_start":1,"highlight_end":67},{"text":"/// fall back to the SetupModel `.radius` field.","highlight_start":1,"highlight_end":49}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"to document an item produced by a macro, the macro must produce the documentation as part of its expansion","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused doc comment\u001b[0m\n     \u001b[1m\u001b[94m--> \u001b[0mapps/holtburger-web/src/lib.rs:11086:1\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m11086\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m/\u001b[0m /// Pending SetupModel collision radii queued by `fetch_entity_model_render`\n\u001b[1m\u001b[94m11087\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m /// after loading a SetupModel DAT record. Drained by the recv loop on\n\u001b[1m\u001b[94m11088\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m /// each `SessionCommand::TickMovement` into `WorldState::setup_radii`.\n\u001b[1m\u001b[94m11089\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m ///\n\u001b[1m\u001b[94m...\u001b[0m     \u001b[1m\u001b[33m|\u001b[0m\n\u001b[1m\u001b[94m11097\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m /// first cyl-sphere radius, fall back to the first sphere radius,\n\u001b[1m\u001b[94m11098\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m /// fall back to the SetupModel `.radius` field.\n      \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|_\u001b[0m\u001b[1m\u001b[94m-----------------------------------------------\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\n      \u001b[1m\u001b[94m|\u001b[0m   \u001b[1m\u001b[94m|\u001b[0m\n      \u001b[1m\u001b[94m|\u001b[0m   \u001b[1m\u001b[94mrustdoc does not generate documentation for macro invocations\u001b[0m\n      \u001b[1m\u001b[94m|\u001b[0m\n      \u001b[1m\u001b[94m= \u001b[0m\u001b[1mhelp\u001b[0m: to document an item produced by a macro, the macro must produce the documentation as part of its expansion\n\n"}
{"$message_type":"diagnostic","message":"unused doc comment","code":{"code":"unused_doc_comments","explanation":null},"level":"warning","spans":[{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":1427300,"byte_end":1427310,"line_start":31914,"line_end":31914,"column_start":1,"column_end":11,"is_primary":false,"text":[{"text":"/// emit\".","highlight_start":1,"highlight_end":11}],"label":"rustdoc does not generate documentation for macro invocations","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":1425811,"byte_end":1427310,"line_start":31890,"line_end":31914,"column_start":1,"column_end":11,"is_primary":true,"text":[{"text":"/// Workstream A (3D camera/game-feel fix): refresh the shared","highlight_start":1,"highlight_end":63},{"text":"/// [`LocalPlayerPose`] cell from `world.local_player_runtime_pose()`.","highlight_start":1,"highlight_end":71},{"text":"/// Called by the recv-loop on every TickMovement after","highlight_start":1,"highlight_end":56},{"text":"/// `publish_cell_scene_snapshot`, so the JS-side `getLocalPlayerPose`","highlight_start":1,"highlight_end":71},{"text":"/// read returns the same pose the integrator just simulated against —","highlight_start":1,"highlight_end":71},{"text":"/// matching what the `[step 3.6 tick #N]` heartbeat trace logs and","highlight_start":1,"highlight_end":68},{"text":"/// what the AutonomousPosition heartbeat will send on the next emit.","highlight_start":1,"highlight_end":70},{"text":"/// Heading is derived from the stored quaternion via the same","highlight_start":1,"highlight_end":63},{"text":"/// yaw-extraction formula `frame_to_placement` uses for static","highlight_start":1,"highlight_end":64},{"text":"/// placements (and that JS's `quaternionToYaw` at","highlight_start":1,"highlight_end":51},{"text":"/// `index.html:2757-2762` uses for entity sprites) — so a roundtrip","highlight_start":1,"highlight_end":69},{"text":"/// through this getter is bit-for-bit compatible with the JS-side","highlight_start":1,"highlight_end":67},{"text":"/// camera math.","highlight_start":1,"highlight_end":17},{"text":"///","highlight_start":1,"highlight_end":4},{"text":"/// We deliberately read `local_player_runtime_pose()` instead of","highlight_start":1,"highlight_end":66},{"text":"/// `player_position()` because the runtime pose IS the camera's","highlight_start":1,"highlight_end":65},{"text":"/// authoritative view: the integrator advances it every tick, and","highlight_start":1,"highlight_end":67},{"text":"/// reconciliation against ACE's force/teleport-sequence updates the","highlight_start":1,"highlight_end":69},{"text":"/// entity AND the runtime body together. Reading the entity pose","highlight_start":1,"highlight_end":66},{"text":"/// directly would lag the integrator's prediction by one TickMovement","highlight_start":1,"highlight_end":71},{"text":"/// → KIND_POSITION fan-out cycle. `local_player_runtime_pose` falls","highlight_start":1,"highlight_end":69},{"text":"/// back to `entity.position` when no runtime body exists (pre-spawn,","highlight_start":1,"highlight_end":70},{"text":"/// post-respawn races); we propagate `None` upward in that case so","highlight_start":1,"highlight_end":68},{"text":"/// JS callers treat the read as \"use stashed pose / wait for next","highlight_start":1,"highlight_end":67},{"text":"/// emit\".","highlight_start":1,"highlight_end":11}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"to document an item produced by a macro, the macro must produce the documentation as part of its expansion","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused doc comment\u001b[0m\n     \u001b[1m\u001b[94m--> \u001b[0mapps/holtburger-web/src/lib.rs:31890:1\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m31890\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m/\u001b[0m /// Workstream A (3D camera/game-feel fix): refresh the shared\n\u001b[1m\u001b[94m31891\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m /// [`LocalPlayerPose`] cell from `world.local_player_runtime_pose()`.\n\u001b[1m\u001b[94m31892\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m /// Called by the recv-loop on every TickMovement after\n\u001b[1m\u001b[94m31893\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m /// `publish_cell_scene_snapshot`, so the JS-side `getLocalPlayerPose`\n\u001b[1m\u001b[94m...\u001b[0m     \u001b[1m\u001b[33m|\u001b[0m\n\u001b[1m\u001b[94m31913\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m /// JS callers treat the read as \"use stashed pose / wait for next\n\u001b[1m\u001b[94m31914\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m /// emit\".\n      \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|_\u001b[0m\u001b[1m\u001b[94m---------\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\n      \u001b[1m\u001b[94m|\u001b[0m   \u001b[1m\u001b[94m|\u001b[0m\n      \u001b[1m\u001b[94m|\u001b[0m   \u001b[1m\u001b[94mrustdoc does not generate documentation for macro invocations\u001b[0m\n      \u001b[1m\u001b[94m|\u001b[0m\n      \u001b[1m\u001b[94m= \u001b[0m\u001b[1mhelp\u001b[0m: to document an item produced by a macro, the macro must produce the documentation as part of its expansion\n\n"}
{"$message_type":"diagnostic","message":"unused doc comment","code":{"code":"unused_doc_comments","explanation":null},"level":"warning","spans":[{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":2322323,"byte_end":2322388,"line_start":47949,"line_end":47949,"column_start":1,"column_end":64,"is_primary":false,"text":[{"text":"/// lifetime. Single-threaded wasm32 → `RefCell` is sufficient.","highlight_start":1,"highlight_end":64}],"label":"rustdoc does not generate documentation for macro invocations","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":2322181,"byte_end":2322388,"line_start":47947,"line_end":47949,"column_start":1,"column_end":64,"is_primary":true,"text":[{"text":"/// Thread-local cache for the SpellComponentsTable. The table is small","highlight_start":1,"highlight_end":72},{"text":"/// (~30 KB), so we read it once and keep it in-memory for the page's","highlight_start":1,"highlight_end":70},{"text":"/// lifetime. Single-threaded wasm32 → `RefCell` is sufficient.","highlight_start":1,"highlight_end":64}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"to document an item produced by a macro, the macro must produce the documentation as part of its expansion","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused doc comment\u001b[0m\n     \u001b[1m\u001b[94m--> \u001b[0mapps/holtburger-web/src/lib.rs:47947:1\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m47947\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m/\u001b[0m /// Thread-local cache for the SpellComponentsTable. The table is small\n\u001b[1m\u001b[94m47948\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m /// (~30 KB), so we read it once and keep it in-memory for the page's\n\u001b[1m\u001b[94m47949\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m /// lifetime. Single-threaded wasm32 → `RefCell` is sufficient.\n      \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|_\u001b[0m\u001b[1m\u001b[94m--------------------------------------------------------------\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\n      \u001b[1m\u001b[94m|\u001b[0m   \u001b[1m\u001b[94m|\u001b[0m\n      \u001b[1m\u001b[94m|\u001b[0m   \u001b[1m\u001b[94mrustdoc does not generate documentation for macro invocations\u001b[0m\n      \u001b[1m\u001b[94m|\u001b[0m\n      \u001b[1m\u001b[94m= \u001b[0m\u001b[1mhelp\u001b[0m: to document an item produced by a macro, the macro must produce the documentation as part of its expansion\n\n"}
{"$message_type":"diagnostic","message":"unused import: `ResourceSource`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":714732,"byte_end":714746,"line_start":16322,"line_end":16322,"column_start":39,"column_end":53,"is_primary":true,"text":[{"text":"    use holtburger_dat::{ResourceKey, ResourceSource};","highlight_start":39,"highlight_end":53}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused import: `ResourceSource`\u001b[0m\n     \u001b[1m\u001b[94m--> \u001b[0mapps/holtburger-web/src/lib.rs:16322:39\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m16322\u001b[0m \u001b[1m\u001b[94m|\u001b[0m     use holtburger_dat::{ResourceKey, ResourceSource};\n      \u001b[1m\u001b[94m|\u001b[0m                                       \u001b[1m\u001b[33m^^^^^^^^^^^^^^\u001b[0m\n      \u001b[1m\u001b[94m|\u001b[0m\n      \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default\n\n"}
{"$message_type":"diagnostic","message":"unused import: `ResourceSource`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":725676,"byte_end":725690,"line_start":16561,"line_end":16561,"column_start":39,"column_end":53,"is_primary":true,"text":[{"text":"    use holtburger_dat::{ResourceKey, ResourceSource};","highlight_start":39,"highlight_end":53}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused import: `ResourceSource`\u001b[0m\n     \u001b[1m\u001b[94m--> \u001b[0mapps/holtburger-web/src/lib.rs:16561:39\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m16561\u001b[0m \u001b[1m\u001b[94m|\u001b[0m     use holtburger_dat::{ResourceKey, ResourceSource};\n      \u001b[1m\u001b[94m|\u001b[0m                                       \u001b[1m\u001b[33m^^^^^^^^^^^^^^\u001b[0m\n\n"}
{"$message_type":"diagnostic","message":"field `landblock_id` is never read","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":113434,"byte_end":113452,"line_start":2625,"line_end":2625,"column_start":8,"column_end":26,"is_primary":false,"text":[{"text":"struct EntitySpawnJsonRaw {","highlight_start":8,"highlight_end":26}],"label":"field in this struct","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":113618,"byte_end":113630,"line_start":2632,"line_end":2632,"column_start":5,"column_end":17,"is_primary":true,"text":[{"text":"    landblock_id: u32,","highlight_start":5,"highlight_end":17}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: field `landblock_id` is never read\u001b[0m\n    \u001b[1m\u001b[94m--> \u001b[0mapps/holtburger-web/src/lib.rs:2632:5\n     \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m2625\u001b[0m \u001b[1m\u001b[94m|\u001b[0m struct EntitySpawnJsonRaw {\n     \u001b[1m\u001b[94m|\u001b[0m        \u001b[1m\u001b[94m------------------\u001b[0m \u001b[1m\u001b[94mfield in this struct\u001b[0m\n\u001b[1m\u001b[94m...\u001b[0m\n\u001b[1m\u001b[94m2632\u001b[0m \u001b[1m\u001b[94m|\u001b[0m     landblock_id: u32,\n     \u001b[1m\u001b[94m|\u001b[0m     \u001b[1m\u001b[33m^^^^^^^^^^^^\u001b[0m\n     \u001b[1m\u001b[94m|\u001b[0m\n     \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default\n\n"}
{"$message_type":"diagnostic","message":"function `triangulate_setup_model_with_substitutions` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":210503,"byte_end":210545,"line_start":4914,"line_end":4914,"column_start":4,"column_end":46,"is_primary":true,"text":[{"text":"fn triangulate_setup_model_with_substitutions<S: holtburger_dat::ResourceSource + ?Sized>(","highlight_start":4,"highlight_end":46}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: function `triangulate_setup_model_with_substitutions` is never used\u001b[0m\n    \u001b[1m\u001b[94m--> \u001b[0mapps/holtburger-web/src/lib.rs:4914:4\n     \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m4914\u001b[0m \u001b[1m\u001b[94m|\u001b[0m fn triangulate_setup_model_with_substitutions<S: holtburger_dat::ResourceSource + ?Sized>(\n     \u001b[1m\u001b[94m|\u001b[0m    \u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}
{"$message_type":"diagnostic","message":"function `try_resolve_idle_anim_frame` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":292995,"byte_end":293022,"line_start":6681,"line_end":6681,"column_start":4,"column_end":31,"is_primary":true,"text":[{"text":"fn try_resolve_idle_anim_frame<S: holtburger_dat::ResourceSource + ?Sized>(","highlight_start":4,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: function `try_resolve_idle_anim_frame` is never used\u001b[0m\n    \u001b[1m\u001b[94m--> \u001b[0mapps/holtburger-web/src/lib.rs:6681:4\n     \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m6681\u001b[0m \u001b[1m\u001b[94m|\u001b[0m fn try_resolve_idle_anim_frame<S: holtburger_dat::ResourceSource + ?Sized>(\n     \u001b[1m\u001b[94m|\u001b[0m    \u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}
{"$message_type":"diagnostic","message":"associated function `empty` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":696227,"byte_end":696251,"line_start":15895,"line_end":15895,"column_start":1,"column_end":25,"is_primary":false,"text":[{"text":"impl EntityAnimationData {","highlight_start":1,"highlight_end":25}],"label":"associated function in this implementation","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":696261,"byte_end":696266,"line_start":15896,"line_end":15896,"column_start":8,"column_end":13,"is_primary":true,"text":[{"text":"    fn empty(part_meshes: Vec<ModelMesh>, resolved_stance: u32) -> Self {","highlight_start":8,"highlight_end":13}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: associated function `empty` is never used\u001b[0m\n     \u001b[1m\u001b[94m--> \u001b[0mapps/holtburger-web/src/lib.rs:15896:8\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m15895\u001b[0m \u001b[1m\u001b[94m|\u001b[0m impl EntityAnimationData {\n      \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94m------------------------\u001b[0m \u001b[1m\u001b[94massociated function in this implementation\u001b[0m\n\u001b[1m\u001b[94m15896\u001b[0m \u001b[1m\u001b[94m|\u001b[0m     fn empty(part_meshes: Vec<ModelMesh>, resolved_stance: u32) -> Self {\n      \u001b[1m\u001b[94m|\u001b[0m        \u001b[1m\u001b[33m^^^^^\u001b[0m\n\n"}
{"$message_type":"diagnostic","message":"11 warnings emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: 11 warnings emitted\u001b[0m\n\n"}
