From 883b261bb0725b6cc352c63533d82ea176907e9b Mon Sep 17 00:00:00 2001 From: tottoto Date: Sat, 20 Apr 2024 18:58:19 +0900 Subject: [PATCH] refactor: replace deprecated std::u64 with primitive type --- http-body/src/size_hint.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/http-body/src/size_hint.rs b/http-body/src/size_hint.rs index 00a8f19..2cad79d 100644 --- a/http-body/src/size_hint.rs +++ b/http-body/src/size_hint.rs @@ -1,5 +1,3 @@ -use std::u64; - /// A `Body` size hint /// /// The default implementation returns: