We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf274e9 commit e7c133bCopy full SHA for e7c133b
src/version/cache.rs
@@ -19,7 +19,8 @@ use super::version_and_crate;
19
/// This information can be obtained direclty from the index.
20
///
21
/// 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)
+/// fields for `id`, `version_id`, and `downloads` (which appears to always
23
+/// be 0)
24
pub fn dependencies(req: &mut Request) -> CargoResult<Response> {
25
let (version, _) = version_and_crate(req)?;
26
let conn = req.db_conn()?;
0 commit comments