refactor: move #[allow(clippy::print_stdout)] to lib level (#6398)

chore: allow cli to print stdout

Signed-off-by: WenyXu <wenymedia@gmail.com>
This commit is contained in:
Weny Xu
2025-06-27 10:40:12 +08:00
committed by GitHub
parent b4d6441716
commit 4a665fd27b
2 changed files with 1 additions and 1 deletions

View File

@@ -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;

View File

@@ -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,