Skip to content

sui_v1.4.0_1686184667_ci

@tnowacki tnowacki tagged this 07 Jun 23:45
## Description 

- Added warning suppression via an `#[allow(..)]` attribute
- Warnings now tell you how to suppress them 
- Special ones include `allow(unused)` and `allow(all)` to suppress
unused item warnings or any warning respectively
  - Thoughts on surfacing these in the help message?

## Test Plan 

- Added tests

---
If your changes are not user-facing and not a breaking change, you can
skip the following section. Otherwise, please indicate what changed, and
then add to the Release Notes section as highlighted during the release
process.

### Type of Change (Check all that apply)

- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
Assets 2
Loading