fix(reflection, health): Remove transport feature (#1112)

This commit is contained in:
Aleksander
2022-11-07 12:00:17 -05:00
committed by GitHub
parent f82488c499
commit 7153289b51
7 changed files with 17 additions and 22 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ use std::sync::Arc;
use tokio::sync::{watch, RwLock};
use tokio_stream::Stream;
#[cfg(feature = "transport")]
use tonic::transport::NamedService;
use tonic::server::NamedService;
use tonic::{Request, Response, Status};
/// Creates a `HealthReporter` and a linked `HealthServer` pair. Together,