chore: replace blanket #![allow(dead_code)] with #![warn(dead_code)] (#742) (#3974)

This commit is contained in:
Zhengchao An
2026-06-28 07:50:51 +08:00
committed by GitHub
parent 27468ebfa9
commit 113058af54
47 changed files with 47 additions and 47 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#![allow(dead_code)]
#![warn(dead_code)] // Gradually clean up dead code; see https://github.com/rustfs/backlog/issues/742
// Copyright 2024 RustFS Team
//
// Licensed under the Apache License, Version 2.0 (the "License");