{"$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":321634,"byte_end":321682,"line_start":7788,"line_end":7788,"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":320992,"byte_end":321682,"line_start":7777,"line_end":7788,"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:7777:1\n     \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m7777\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[94m7778\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[94m7779\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[94m7780\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[94m7787\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[94m7788\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":322210,"byte_end":322253,"line_start":7800,"line_end":7800,"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":321893,"byte_end":322253,"line_start":7795,"line_end":7800,"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:7795:1\n     \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m7795\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[94m7796\u001b[0m \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m|\u001b[0m /// `GameAction::PingRequest`. Cleared by the matching\n\u001b[1m\u001b[94m7797\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[94m7798\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[94m7799\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[94m7800\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":323102,"byte_end":323150,"line_start":7819,"line_end":7819,"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":322421,"byte_end":323150,"line_start":7807,"line_end":7819,"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:7807:1\n     \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m7807\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[94m7808\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[94m7809\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[94m7810\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[94m7818\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[94m7819\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":1605753,"byte_end":1605818,"line_start":34535,"line_end":34535,"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":1605611,"byte_end":1605818,"line_start":34533,"line_end":34535,"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:34533:1\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m34533\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[94m34534\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[94m34535\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: `MoveToStateActionData`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"apps/holtburger-web/src/lib.rs","byte_start":1037893,"byte_end":1037914,"line_start":24079,"line_end":24079,"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":1037883,"byte_end":1037914,"line_start":24078,"line_end":24079,"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:24079:9\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m24079\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":486301,"byte_end":486315,"line_start":11645,"line_end":11645,"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:11645:39\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m11645\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":495738,"byte_end":495752,"line_start":11859,"line_end":11859,"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:11859:39\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m11859\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":1038308,"byte_end":1038324,"line_start":24089,"line_end":24089,"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:24089:9\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m24089\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":1108488,"byte_end":1108530,"line_start":25163,"line_end":25163,"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:25163:33\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m25163\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":1108564,"byte_end":1108623,"line_start":25164,"line_end":25164,"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:25164:33\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m25164\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":1108657,"byte_end":1108716,"line_start":25165,"line_end":25165,"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:25165:33\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m25165\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":1108750,"byte_end":1108857,"line_start":25166,"line_end":25167,"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:25166:33\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m25166\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[94m25167\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":1123175,"byte_end":1123209,"line_start":25381,"line_end":25381,"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:25381:33\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m25381\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":1131269,"byte_end":1131303,"line_start":25506,"line_end":25506,"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:25506:33\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m25506\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":68586,"byte_end":68604,"line_start":1767,"line_end":1767,"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":68770,"byte_end":68782,"line_start":1774,"line_end":1774,"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:1774:5\n     \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m1767\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[94m1774\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":142602,"byte_end":142644,"line_start":3594,"line_end":3594,"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:3594:4\n     \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m3594\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":182504,"byte_end":182531,"line_start":4510,"line_end":4510,"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:4510:4\n     \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m4510\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":472369,"byte_end":472393,"line_start":11320,"line_end":11320,"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":472403,"byte_end":472408,"line_start":11321,"line_end":11321,"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:11321:8\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m11320\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[94m11321\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":998038,"byte_end":998057,"line_start":23137,"line_end":23137,"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":998158,"byte_end":998181,"line_start":23140,"line_end":23140,"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:23140:5\n      \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m23137\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[94m23140\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":"19 warnings emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: 19 warnings emitted\u001b[0m\n\n"}
