Use automatic link for Rust documentation
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
Reviewers: dereckson
Reviewed By: dereckson
Differential Revision: https://devcentral.nasqueron.org/D2426