{"$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":288690,"byte_end":288738,"line_start":7036,"line_end":7036,"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":288048,"byte_end":288738,"line_start":7025,"line_end":7036,"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:7025:1\n     \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m7025\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[94m7026\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[94m7027\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[94m7028\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[94m7035\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[94m7036\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":289266,"byte_end":289309,"line_start":7048,"line_end":7048,"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":288949,"byte_end":289309,"line_start":7043,"line_end":7048,"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:7043:1\n     \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m7043\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[94m7044\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m /// `GameAction::PingRequest`. Cleared by the matching\n\u001b[1m\u001b[94m7045\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[94m7046\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[94m7047\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[94m7048\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":290158,"byte_end":290206,"line_start":7067,"line_end":7067,"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":289477,"byte_end":290206,"line_start":7055,"line_end":7067,"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:7055:1\n     \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m7055\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[94m7056\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[94m7057\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[94m7058\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[94m7066\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[94m7067\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 import: `MoveToStateActionData`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":694460,"byte_end":694481,"line_start":16247,"line_end":16247,"column_start":9,"column_end":30,"is_primary":true,"text":[{"text":"        MoveToStateActionData, TalkActionData,","highlight_start":9,"highlight_end":30}],"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},{"message":"remove the unused import","code":null,"level":"help","spans":[{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":694450,"byte_end":694481,"line_start":16246,"line_end":16247,"column_start":98,"column_end":30,"is_primary":true,"text":[{"text":"        CharacterEnterWorldData, CharacterGenerationVerificationResponse, GameAction, GameMessage,","highlight_start":98,"highlight_end":99},{"text":"        MoveToStateActionData, TalkActionData,","highlight_start":1,"highlight_end":30}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: unused import: `MoveToStateActionData`\u001b[0m\n     \u001b[1m\u001b[94m--> \u001b[0mapps/holtburger-web/src/lib.rs:16247:9\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m16247\u001b[0m \u001b[1m\u001b[94m|\u001b[0m         MoveToStateActionData, TalkActionData,\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":448079,"byte_end":448093,"line_start":10798,"line_end":10798,"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:10798:39\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m10798\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":"unused import: `ResourceSource`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":457516,"byte_end":457530,"line_start":11012,"line_end":11012,"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:11012:39\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m11012\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":"variable `local_player` is assigned to, but never used","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":694875,"byte_end":694891,"line_start":16257,"line_end":16257,"column_start":9,"column_end":25,"is_primary":true,"text":[{"text":"    let mut local_player = LocalPlayerSnapshot::new();","highlight_start":9,"highlight_end":25}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"consider using `_local_player` instead","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"`#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: variable `local_player` is assigned to, but never used\u001b[0m\n     \u001b[1m\u001b[94m--> \u001b[0mapps/holtburger-web/src/lib.rs:16257:9\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m16257\u001b[0m \u001b[1m\u001b[94m|\u001b[0m     let mut local_player = LocalPlayerSnapshot::new();\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: consider using `_local_player` instead\n      \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default\n\n"}
{"$message_type":"diagnostic","message":"value assigned to `local_player` is never read","code":{"code":"unused_assignments","explanation":null},"level":"warning","spans":[{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":749398,"byte_end":749440,"line_start":17092,"line_end":17092,"column_start":33,"column_end":75,"is_primary":true,"text":[{"text":"                                local_player.position = Some(data.pos.pos);","highlight_start":33,"highlight_end":75}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"maybe it is overwritten before being read?","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"`#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: value assigned to `local_player` is never read\u001b[0m\n     \u001b[1m\u001b[94m--> \u001b[0mapps/holtburger-web/src/lib.rs:17092:33\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m17092\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94m...\u001b[0m                   local_player.position = Some(data.pos.pos);\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[1mhelp\u001b[0m: maybe it is overwritten before being read?\n      \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default\n\n"}
{"$message_type":"diagnostic","message":"value assigned to `local_player` is never read","code":{"code":"unused_assignments","explanation":null},"level":"warning","spans":[{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":749474,"byte_end":749533,"line_start":17093,"line_end":17093,"column_start":33,"column_end":92,"is_primary":true,"text":[{"text":"                                local_player.instance_sequence = data.pos.instance_sequence;","highlight_start":33,"highlight_end":92}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"maybe it is overwritten before being read?","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: value assigned to `local_player` is never read\u001b[0m\n     \u001b[1m\u001b[94m--> \u001b[0mapps/holtburger-web/src/lib.rs:17093:33\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m17093\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94m...\u001b[0m                   local_player.instance_sequence = data.pos.instance_sequence;\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[1mhelp\u001b[0m: maybe it is overwritten before being read?\n\n"}
{"$message_type":"diagnostic","message":"value assigned to `local_player` is never read","code":{"code":"unused_assignments","explanation":null},"level":"warning","spans":[{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":749567,"byte_end":749626,"line_start":17094,"line_end":17094,"column_start":33,"column_end":92,"is_primary":true,"text":[{"text":"                                local_player.teleport_sequence = data.pos.teleport_sequence;","highlight_start":33,"highlight_end":92}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"maybe it is overwritten before being read?","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: value assigned to `local_player` is never read\u001b[0m\n     \u001b[1m\u001b[94m--> \u001b[0mapps/holtburger-web/src/lib.rs:17094:33\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m17094\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94m...\u001b[0m                   local_player.teleport_sequence = data.pos.teleport_sequence;\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[1mhelp\u001b[0m: maybe it is overwritten before being read?\n\n"}
{"$message_type":"diagnostic","message":"value assigned to `local_player` is never read","code":{"code":"unused_assignments","explanation":null},"level":"warning","spans":[{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":749660,"byte_end":749767,"line_start":17095,"line_end":17096,"column_start":33,"column_end":69,"is_primary":true,"text":[{"text":"                                local_player.force_position_sequence =","highlight_start":33,"highlight_end":71},{"text":"                                    data.pos.force_position_sequence;","highlight_start":1,"highlight_end":69}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"maybe it is overwritten before being read?","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: value assigned to `local_player` is never read\u001b[0m\n     \u001b[1m\u001b[94m--> \u001b[0mapps/holtburger-web/src/lib.rs:17095:33\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m17095\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m/\u001b[0m \u001b[1m\u001b[94m...\u001b[0m                   local_player.force_position_sequence =\n\u001b[1m\u001b[94m17096\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m \u001b[1m\u001b[94m...\u001b[0m                       data.pos.force_position_sequence;\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[1mhelp\u001b[0m: maybe it is overwritten before being read?\n\n"}
{"$message_type":"diagnostic","message":"value assigned to `local_player` is never read","code":{"code":"unused_assignments","explanation":null},"level":"warning","spans":[{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":764085,"byte_end":764119,"line_start":17310,"line_end":17310,"column_start":33,"column_end":67,"is_primary":true,"text":[{"text":"                                local_player.position = Some(*pos);","highlight_start":33,"highlight_end":67}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"maybe it is overwritten before being read?","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: value assigned to `local_player` is never read\u001b[0m\n     \u001b[1m\u001b[94m--> \u001b[0mapps/holtburger-web/src/lib.rs:17310:33\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m17310\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94m...\u001b[0m                   local_player.position = Some(*pos);\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[1mhelp\u001b[0m: maybe it is overwritten before being read?\n\n"}
{"$message_type":"diagnostic","message":"value assigned to `local_player` is never read","code":{"code":"unused_assignments","explanation":null},"level":"warning","spans":[{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":772179,"byte_end":772213,"line_start":17435,"line_end":17435,"column_start":33,"column_end":67,"is_primary":true,"text":[{"text":"                                local_player.position = Some(*pos);","highlight_start":33,"highlight_end":67}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"maybe it is overwritten before being read?","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: value assigned to `local_player` is never read\u001b[0m\n     \u001b[1m\u001b[94m--> \u001b[0mapps/holtburger-web/src/lib.rs:17435:33\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m17435\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94m...\u001b[0m                   local_player.position = Some(*pos);\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[1mhelp\u001b[0m: maybe it is overwritten before being read?\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":59856,"byte_end":59874,"line_start":1579,"line_end":1579,"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":60040,"byte_end":60052,"line_start":1586,"line_end":1586,"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:1586:5\n     \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m1579\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[94m1586\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":133872,"byte_end":133914,"line_start":3406,"line_end":3406,"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:3406:4\n     \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m3406\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":173774,"byte_end":173801,"line_start":4322,"line_end":4322,"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:4322:4\n     \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m4322\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":434147,"byte_end":434171,"line_start":10473,"line_end":10473,"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":434181,"byte_end":434186,"line_start":10474,"line_end":10474,"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:10474:8\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m10473\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[94m10474\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":"field `server_control_sequence` is never read","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":680502,"byte_end":680521,"line_start":15910,"line_end":15910,"column_start":8,"column_end":27,"is_primary":false,"text":[{"text":"struct LocalPlayerSnapshot {","highlight_start":8,"highlight_end":27}],"label":"field in this struct","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":680622,"byte_end":680645,"line_start":15913,"line_end":15913,"column_start":5,"column_end":28,"is_primary":true,"text":[{"text":"    server_control_sequence: u16,","highlight_start":5,"highlight_end":28}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: field `server_control_sequence` is never read\u001b[0m\n     \u001b[1m\u001b[94m--> \u001b[0mapps/holtburger-web/src/lib.rs:15913:5\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m15910\u001b[0m \u001b[1m\u001b[94m|\u001b[0m struct LocalPlayerSnapshot {\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[94m15913\u001b[0m \u001b[1m\u001b[94m|\u001b[0m     server_control_sequence: u16,\n      \u001b[1m\u001b[94m|\u001b[0m     \u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}
{"$message_type":"diagnostic","message":"18 warnings emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: 18 warnings emitted\u001b[0m\n\n"}
