Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[move] mute clippy for type complexity, default warning, uppercase #20814

Conversation

jordanjennings-mysten
Copy link
Contributor

Description

Describe the changes or additions included in this PR.

Test plan

How did you test the new or updated feature?


Release notes

Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required.

For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates.

  • Protocol:
  • Nodes (Validators and Full nodes):
  • gRPC:
  • JSON-RPC:
  • GraphQL:
  • CLI:
  • Rust SDK:

@jordanjennings-mysten jordanjennings-mysten requested a review from a team January 8, 2025 00:39
Copy link

vercel bot commented Jan 8, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sui-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 8, 2025 0:47am
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
multisig-toolkit ⬜️ Ignored (Inspect) Visit Preview Jan 8, 2025 0:47am
sui-kiosk ⬜️ Ignored (Inspect) Visit Preview Jan 8, 2025 0:47am
sui-typescript-docs ⬜️ Ignored (Inspect) Visit Preview Jan 8, 2025 0:47am

@@ -52,7 +52,7 @@ impl<T> Op<T> {
}

/// A collection of resource and module operations on a Move account.
#[derive(Debug, Clone, Eq, PartialEq, Ord, PartialOrd)]
#[derive(Debug, Default, Clone, Eq, PartialEq, Ord, PartialOrd)]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh no. Oh no. oh NOOOO.

CLIPPY WHYYYYYYYY

I'm so sorry Jordan but you have bumped up against one of my all-time pet-peeves with clippy.

Can you add a #[allow(clippy::new_without_default)] here instead? (I think that's the right flag).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😆 yes I can do that

@jordanjennings-mysten jordanjennings-mysten force-pushed the move-binary-crate-type-complexity-clippy branch from d3df3a9 to 8966b43 Compare January 8, 2025 00:46
@jordanjennings-mysten jordanjennings-mysten temporarily deployed to sui-typescript-aws-kms-test-env January 8, 2025 00:46 — with GitHub Actions Inactive
@jordanjennings-mysten jordanjennings-mysten changed the title [move] mute clippy for type complexity, fix default warning, mute uppercase [move] mute clippy for type complexity, mute default warning, mute uppercase Jan 8, 2025
@jordanjennings-mysten jordanjennings-mysten changed the title [move] mute clippy for type complexity, mute default warning, mute uppercase [move] mute clippy for type complexity, default warning, uppercase Jan 8, 2025
@jordanjennings-mysten jordanjennings-mysten merged commit 4a9e509 into MystenLabs:main Jan 8, 2025
49 of 52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants