chore: fix clippy error by feature-gating Query import (#6085)

This commit is contained in:
Weny Xu
2025-05-12 17:27:29 +08:00
committed by GitHub
parent 36d9346ffc
commit 2ce5631d3c

View File

@@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#[cfg(feature = "mem-prof")]
use axum::extract::Query;
use axum::http::StatusCode;
use axum::response::IntoResponse;