Concordium / concordium-rust-smart-contracts

Libraries and tools for writing and testing smart contracts on Concordium
https://docs.rs/concordium-std/latest/concordium_std/
Mozilla Public License 2.0
58 stars 35 forks source link

Don't re-export ExchangeRates twice. #356

Closed abizjak closed 1 year ago

abizjak commented 1 year ago

Purpose

The whole contracts-common is re-exported from the base of the library. So this leads to a warning.

Checklist