Skip to content

Commit 3c46f16

Browse files
ParkMyCarbenesch
authored andcommitted
branch start, small visibility cleanup, make field private
1 parent 22f39de commit 3c46f16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/environmentd/tests/util.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,9 +377,9 @@ pub fn start_server(config: Config) -> Result<Server, anyhow::Error> {
377377
pub struct Server {
378378
pub inner: mz_environmentd::Server,
379379
pub runtime: Arc<Runtime>,
380-
_temp_dir: Option<TempDir>,
381380
pub metrics_registry: MetricsRegistry,
382-
pub _tracing_guard: Option<TracingGuard>,
381+
_temp_dir: Option<TempDir>,
382+
_tracing_guard: Option<TracingGuard>,
383383
}
384384

385385
impl Server {

0 commit comments

Comments
 (0)