You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: name `IBCEvent` contains a capitalized acronym
--> modules/src/events.rs:32:10
|
32 | pub enum IBCEvent {
| ^^^^^^^^ help: consider making the acronym lowercase, except the initial letter: `IbcEvent`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#upper_case_acronyms
error: name `ICS18Context` contains a capitalized acronym
--> modules/src/ics18_relayer/context.rs:15:11
|
15 | pub trait ICS18Context {
| ^^^^^^^^^^^^ help: consider making the acronym lowercase, except the initial letter (notice the capitalization): `Ics18Context`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#upper_case_acronyms
Problem Definition
Not following Rust naming conventions
Proposal
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate milestone (priority) applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Crate
all
Summary
As per title. e.g.
cargo +nightly
complains with:Problem Definition
Not following Rust naming conventions
Proposal
For Admin Use
The text was updated successfully, but these errors were encountered: