refactor(tls): move tls.rs → tls/mod.rs per module-layout rule#2460
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the 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 configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
Comment |
Renames the standalone flat file introduced in the proxy-TLS refactor to the required subdirectory layout (openhuman/<domain>/mod.rs). No callers change; `mod tls;` in openhuman/mod.rs resolves either form.
c91f814 to
8f3e847
Compare
Summary
src/openhuman/tls.rs→src/openhuman/tls/mod.rsto comply with the repo's module-layout rule (openhuman/<domain>/mod.rs+ siblings).mod tls;inopenhuman/mod.rsresolves either form transparently.tls.rswas introduced as a flat file (flagged by CodeRabbit).mainonce that merges; the only relevant commit is the final rename.Test plan
cargo check --manifest-path Cargo.toml— cleancargo fmt --check— clean