Quickfix for unused warnings after manually disabling legacy routes for release (#4557)

This commit is contained in:
Jon Häggblad
2024-04-23 16:24:59 +02:00
committed by GitHub
parent e1abbc0b5b
commit 4e5c765a0d
+2
View File
@@ -1,6 +1,8 @@
// Copyright 2023 - Nym Technologies SA <contact@nymtech.net>
// SPDX-License-Identifier: GPL-3.0-only
#![allow(unused)]
use crate::node::http::legacy::description::description;
use crate::node::http::legacy::hardware::hardware;
use crate::node::http::legacy::state::MixnodeAppState;