From 62bd58ef3da65c5f191e7b94904f8af390dcda2d Mon Sep 17 00:00:00 2001 From: liuhy Date: Tue, 21 Jan 2025 09:51:53 +0800 Subject: [PATCH] [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;