mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Make a doc URL a clickable link
This commit is contained in:
parent
1994712314
commit
55e254fd27
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
#![deny(missing_docs)]
|
||||
|
||||
//! A memory cache implementing the logic specified in http://tools.ietf.org/html/rfc7234
|
||||
//! A memory cache implementing the logic specified in <http://tools.ietf.org/html/rfc7234>
|
||||
//! and <http://tools.ietf.org/html/rfc7232>.
|
||||
|
||||
use fetch::methods::{Data, DoneChannel};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue