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 22f39de commit 3c46f16Copy full SHA for 3c46f16
src/environmentd/tests/util.rs
@@ -377,9 +377,9 @@ pub fn start_server(config: Config) -> Result<Server, anyhow::Error> {
377
pub struct Server {
378
pub inner: mz_environmentd::Server,
379
pub runtime: Arc<Runtime>,
380
- _temp_dir: Option<TempDir>,
381
pub metrics_registry: MetricsRegistry,
382
- pub _tracing_guard: Option<TracingGuard>,
+ _temp_dir: Option<TempDir>,
+ _tracing_guard: Option<TracingGuard>,
383
}
384
385
impl Server {
0 commit comments