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
A style choice. At some point we should remove "-Op" and "-Label" suffixes from labels, because in Rust the labels are already enums and thus namespaced by the name "Label" (as enforced by the state_machine! macro).
An example of this can be found in AbstractMap_v.rs
The text was updated successfully, but these errors were encountered:
Note: this issue targets the
splinter
branchA style choice. At some point we should remove "-Op" and "-Label" suffixes from labels, because in Rust the labels are already enums and thus namespaced by the name "Label" (as enforced by the
state_machine!
macro).An example of this can be found in
AbstractMap_v.rs
The text was updated successfully, but these errors were encountered: