diff --git a/src/cli/src/lib.rs b/src/cli/src/lib.rs index d610738add..904c920ecb 100644 --- a/src/cli/src/lib.rs +++ b/src/cli/src/lib.rs @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +#[allow(clippy::print_stdout)] mod bench; mod data; mod database; diff --git a/src/cli/src/metadata/snapshot.rs b/src/cli/src/metadata/snapshot.rs index d164142d0f..30110e9881 100644 --- a/src/cli/src/metadata/snapshot.rs +++ b/src/cli/src/metadata/snapshot.rs @@ -301,7 +301,6 @@ struct MetaInfoTool { #[async_trait] impl Tool for MetaInfoTool { - #[allow(clippy::print_stdout)] async fn do_work(&self) -> std::result::Result<(), BoxedError> { let result = MetadataSnapshotManager::info( &self.inner,