ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[autofix.ci] apply automated fixes

authored by

autofix-ci[bot] and committed by
marshmallow
9824aac4 631cb194

+8 -1
+8 -1
wire/lib/src/hive/node.rs
··· 398 398 // `wire/cli/tracing_setup.rs` 399 399 debug_assert_matches!(Span::current().metadata().unwrap().name(), "execute"); 400 400 // This span should always have a `node` field by the same file 401 - debug_assert!(Span::current().metadata().unwrap().fields().field("node").is_some()); 401 + debug_assert!( 402 + Span::current() 403 + .metadata() 404 + .unwrap() 405 + .fields() 406 + .field("node") 407 + .is_some() 408 + ); 402 409 403 410 if !matches!(self.context.goal, Goal::Keys) { 404 411 tokio::spawn(