From 75dc301fe3b05b182fc06fa916c19367be06ca03 Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Fri, 17 Oct 2025 17:23:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(lib):=20update=20lib.md=20p?= =?UTF-8?q?ath?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - fix the path of lib.md to be under docs/lib --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 2c2fd87..3df3a53 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,7 +2,7 @@ #![warn(missing_docs)] #![cfg_attr(docsrs, feature(rustdoc_missing_doc_code_examples))] #![cfg_attr(docsrs, warn(rustdoc::invalid_codeblock_attributes))] -#![doc = include_str!("../docs/lib.md")] +#![doc = include_str!("../docs/lib/lib.md")] mod client_config; mod credential;