Skip to content

Remove outdated code comments #10095

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

Merged
merged 2 commits into from
Nov 28, 2024
Merged

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Nov 28, 2024

These comments are from a time when our codebase was still mostly synchronous, but this is no longer the case.

Email sending is fully async now, and no `spawn_blocking()` calls are needed anymore.
@Turbo87 Turbo87 added A-backend ⚙️ C-documentation 📜 Category: Documentation of crates.io itself labels Nov 28, 2024
@Turbo87 Turbo87 enabled auto-merge November 28, 2024 09:24
@Turbo87 Turbo87 merged commit ec834ae into rust-lang:main Nov 28, 2024
8 checks passed
@Turbo87 Turbo87 deleted the outdated-comments branch November 28, 2024 09:36
Copy link

codecov bot commented Nov 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.47%. Comparing base (99aed5b) to head (59f681d).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10095      +/-   ##
==========================================
- Coverage   89.48%   89.47%   -0.01%     
==========================================
  Files         295      295              
  Lines       31265    31263       -2     
==========================================
- Hits        27977    27974       -3     
- Misses       3288     3289       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-backend ⚙️ C-documentation 📜 Category: Documentation of crates.io itself
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant