Skip to content

Commit 7afe6a4

Browse files
committed
Make Server::shutdown_query private
1 parent 2dde0c6 commit 7afe6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ where
242242

243243
/// Drops all shutdown handles associated with the specified
244244
/// query, resulting in its dataflow getting cleaned up.
245-
pub fn shutdown_query(&mut self, name: &str) {
245+
fn shutdown_query(&mut self, name: &str) {
246246
info!("Shutting down {}", name);
247247
self.shutdown_handles.remove(name);
248248
}

0 commit comments

Comments
 (0)