Skip to content

fix(interop-tests): add missing forbid(unsafe_code) attribute#265

Merged
EffortlessSteven merged 1 commit into
mainfrom
fix/interop-tests-forbid-unsafe
Mar 17, 2026
Merged

fix(interop-tests): add missing forbid(unsafe_code) attribute#265
EffortlessSteven merged 1 commit into
mainfrom
fix/interop-tests-forbid-unsafe

Conversation

@EffortlessSteven

Copy link
Copy Markdown
Member

Summary

  • Every crate in the workspace has #![forbid(unsafe_code)] per the project's design constraint, but uselesskey-interop-tests was missing it
  • Added the attribute to crates/uselesskey-interop-tests/src/lib.rs

Test plan

  • cargo check -p uselesskey-interop-tests passes

@gemini-code-assist

Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@coderabbitai

coderabbitai Bot commented Mar 15, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@EffortlessSteven has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 13 minutes and 9 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 52895b3c-6725-4d36-9641-0b4ba936c156

📥 Commits

Reviewing files that changed from the base of the PR and between 080f104 and 38b7808.

📒 Files selected for processing (1)
  • crates/uselesskey-interop-tests/src/lib.rs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/interop-tests-forbid-unsafe
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@EffortlessSteven EffortlessSteven merged commit 175f55d into main Mar 17, 2026
4 checks passed
@EffortlessSteven EffortlessSteven deleted the fix/interop-tests-forbid-unsafe branch April 3, 2026 04:38
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.

1 participant