From f3c5279f01aaaa46292df548b30042880ffb7440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Fri, 6 Oct 2023 17:45:30 +0200 Subject: [PATCH] Fix new doc warning (#269) ## Type of change ``` - [ ] Bug fix - [ ] New feature development - [x] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ``` ## Objective Fix new doc warning that started appearing, I assume because the new Rust update https://github.com/bitwarden/sdk/actions/runs/6433340114/job/17470205155?pr=203 ![image](https://github.com/bitwarden/sdk/assets/725423/8357def8-20ec-41ff-95b5-297765981398) --- crates/bitwarden/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bitwarden/src/lib.rs b/crates/bitwarden/src/lib.rs index 31af93419..a61857992 100644 --- a/crates/bitwarden/src/lib.rs +++ b/crates/bitwarden/src/lib.rs @@ -12,7 +12,7 @@ //! //! # Basic setup //! -//! All operations in this crate are done via a [Client](crate::client::Client): +//! All operations in this crate are done via a [Client]: //! //! ```rust //! use bitwarden::{