Skip to content

Conversation

eth3lbert
Copy link
Contributor

This PR add missing parameter hooks to fix warnings

{"type":"warn","text":"The `beforeEach` hook was called inside the wrong module (`Acceptance | support > reporting a crate from support page`). Instead, use hooks provided by the callback to the containing module (`Acceptance | support`). This will become an error in QUnit 3.0."}
{"type":"warn","text":"The `afterEach` hook was called inside the wrong module (`Acceptance | support > reporting a crate from support page`). Instead, use hooks provided by the callback to the containing module (`Acceptance | support`). This will become an error in QUnit 3.0."}
{"type":"warn","text":"The `beforeEach` hook was called inside the wrong module (`Acceptance | support > reporting a crate from crate page`). Instead, use hooks provided by the callback to the containing module (`Acceptance | support`). This will become an error in QUnit 3.0."}
{"type":"warn","text":"The `afterEach` hook was called inside the wrong module (`Acceptance | support > reporting a crate from crate page`). Instead, use hooks provided by the callback to the containing module (`Acceptance | support`). This will become an error in QUnit 3.0."}

@Turbo87 Turbo87 added A-frontend 🐹 C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear labels Dec 2, 2024
@Turbo87 Turbo87 merged commit d99c8cd into rust-lang:main Dec 2, 2024
9 checks passed
@eth3lbert eth3lbert deleted the fix-frontend-deprecated branch December 3, 2024 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-frontend 🐹 C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants