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;