We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b2f3b commit 3c0ebd2Copy full SHA for 3c0ebd2
src/infrastructure/adapters/lxd/client.rs
@@ -137,9 +137,7 @@ impl LxdClient {
137
138
if start_time.elapsed() >= timeout {
139
return Err(anyhow::anyhow!(
140
- "Timeout waiting for instance '{}' to get IP address after {:?}",
141
- instance_name,
142
- timeout
+ "Timeout waiting for instance '{instance_name}' to get IP address after {timeout:?}"
143
));
144
}
145
0 commit comments