Skip to content

Commit e7c133b

Browse files
committed
Fix clippy doc comment lint
1 parent cf274e9 commit e7c133b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/version/cache.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ use super::version_and_crate;
1919
/// This information can be obtained direclty from the index.
2020
///
2121
/// In addition to returning cached data from the index, this returns
22-
/// fields for id, version_id, and downloads (which appears to always be 0)
22+
/// fields for `id`, `version_id`, and `downloads` (which appears to always
23+
/// be 0)
2324
pub fn dependencies(req: &mut Request) -> CargoResult<Response> {
2425
let (version, _) = version_and_crate(req)?;
2526
let conn = req.db_conn()?;

0 commit comments

Comments
 (0)