This is an automated email from the ASF dual-hosted git repository.

liuhongyu pushed a commit to branch bugfix/fix_publish_error
in repository https://gitbox.apache.org/repos/asf/shenyu-client-rust.git

commit 62bd58ef3da65c5f191e7b94904f8af390dcda2d
Author: liuhy <[email protected]>
AuthorDate: Tue Jan 21 09:51:53 2025 +0800

    [type:bugfix] fix publish error
---
 shenyu-client-rust/src/lib.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shenyu-client-rust/src/lib.rs b/shenyu-client-rust/src/lib.rs
index b143479..0191a37 100644
--- a/shenyu-client-rust/src/lib.rs
+++ b/shenyu-client-rust/src/lib.rs
@@ -68,7 +68,7 @@
     clippy::separated_literal_suffix, // conflicts with 
clippy::unseparated_literal_suffix
     clippy::single_char_lifetime_names, // TODO: change lifetime names
 )]
-#![doc = include_str!("../../README.md")]
+#![doc = include_str!("../README.md")]
 
 use crate::model::UriInfo;
 

Reply via email to