Page MenuHomeDevCentral

Use automatic link for Rust documentation
ClosedPublic

Authored by dereckson on Sep 13 2021, 20:10.
Tags
None
Referenced Files
F24726315: D2426.diff
Sat, Mar 7, 16:47
F24720465: D2426.id6104.diff
Sat, Mar 7, 08:56
Unknown Object (File)
Thu, Mar 5, 17:06
Unknown Object (File)
Thu, Mar 5, 06:07
Unknown Object (File)
Sun, Mar 1, 19:28
Unknown Object (File)
Sun, Mar 1, 06:56
Unknown Object (File)
Sun, Mar 1, 02:20
Unknown Object (File)
Sat, Feb 28, 09:23
Subscribers
None

Details

Summary

This fixes the following issue:

7 | //! https://rocket.rs/guide/state/#databases
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://rocket.rs/guide/state/#databases>`

  = note: `#[warn(rustdoc::bare_urls)]` on by default
  = note: bare URLs are not automatically turned into clickable links
Test Plan

cargo doc --features full

Diff Detail

Repository
rLF Limiting Factor
Lint
Lint Passed
Unit
No Test Coverage
Branch
doc-auto-link
Build Status
Buildable 3767
Build 4017: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Sep 13 2021, 20:17
This revision was automatically updated to reflect the committed changes.