mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
Mute warnings from Substrate <-> Substrate runtime module and relay (#104)
* mute warnings from sub2sub module+relay * cargo fmt --all
This commit is contained in:
committed by
Bastian Köcher
parent
5bcae00f19
commit
e16dd14e20
@@ -14,6 +14,10 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Parity Bridges Common. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
// TODO: when (if) this relay will be resurrected, remove this
|
||||
#![allow(unused_variables)]
|
||||
#![allow(dead_code)]
|
||||
|
||||
mod bridge;
|
||||
mod error;
|
||||
mod params;
|
||||
|
||||
Reference in New Issue
Block a user