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 2c3658a commit ec8fd74Copy full SHA for ec8fd74
src/docs_rs.rs
@@ -91,7 +91,7 @@ impl DocsRsClient for RealDocsRsClient {
91
}
92
93
94
-/// Builds an [DocsRsClient] implementation based on the [config::Server]
+/// Builds an [DocsRsClient] implementation based on the [crate::config::Server]
95
pub fn docs_rs_client(config: &crate::config::Server) -> Box<dyn DocsRsClient + Send + Sync> {
96
if let Some(api_token) = &config.docs_rs_api_token {
97
Box::new(RealDocsRsClient::new(config.docs_rs_url.clone(), api_token))
0 commit comments