Page MenuHomeDevCentral

Use automatic link for Rust documentation
ClosedPublic

Authored by dereckson on Sep 13 2021, 20:10.
Tags
None
Referenced Files
F17946882: D2426.diff
Tue, Dec 16, 12:47
Unknown Object (File)
Mon, Dec 15, 03:53
Unknown Object (File)
Sun, Dec 14, 09:49
Unknown Object (File)
Sat, Dec 13, 22:12
Unknown Object (File)
Fri, Dec 12, 21:26
Unknown Object (File)
Fri, Dec 12, 20:08
Unknown Object (File)
Fri, Dec 12, 10:51
Unknown Object (File)
Thu, Dec 11, 17:16
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 Not Applicable
Unit
Tests Not Applicable

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.