Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

fix(abigen): non-snake-case modules out of order #1331

Merged
merged 1 commit into from
May 31, 2022

Conversation

clifton
Copy link
Contributor

@clifton clifton commented May 31, 2022

re: #1319

eg: console and shared_types were out of order and fail rustfmt check

❯ cargo +nightly fmt --all -- --check
Diff in ./lib.rs at line 5:
 //! These files may be overwritten by the codegen system at any time.
 pub mod abstract_strategy;
 pub mod account;
+pub mod console;
 pub mod contract_test;
 pub mod ds_test;
 pub mod erc165;
Diff in ./lib.rs at line 21:
 pub mod pool;
 pub mod safe_helper;
+pub mod shared_types;
 pub mod tick_math;
 pub mod vault;
Diff in ./lib.rs at line 27:
-pub mod console;
-pub mod shared_types;

PR Checklist

  • Added Tests
  • Added Documentation
  • Updated the changelog

eg: `console` and `shared_types` were out of order and would fail
rustfmt check
@clifton clifton marked this pull request as ready for review May 31, 2022 16:11
@gakonst gakonst merged commit a41ae90 into gakonst:master May 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants