diff --git a/dragonfly-client-util/src/request/mod.rs b/dragonfly-client-util/src/request/mod.rs index c969df97..7175c2bb 100644 --- a/dragonfly-client-util/src/request/mod.rs +++ b/dragonfly-client-util/src/request/mod.rs @@ -14,7 +14,7 @@ * limitations under the License. */ -mod errors; +pub mod errors; mod selector; use crate::http::headermap_to_hashmap;