Silence the dead-code warnings for groundwork the host wiring will use

This commit is contained in:
Dennis Kobert
2026-08-01 00:59:26 +02:00
parent c30054579f
commit 77d439ec35
2 changed files with 3 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ pub struct NodeRuntime {
editor_preferences: EditorPreferences,
old_graph: Option<NodeNetwork>,
update_thumbnails: bool,
#[expect(dead_code, reason = "read once the host wires a notifier onto the runtime")]
graph_runtime: Arc<DynGraphRuntime>,
editor_api: Arc<PlatformEditorApi>,