Skip to content

Commit b7c82ca

Browse files
committed
chore: Remove unnecessary std:: prefix
1 parent ff70c2d commit b7c82ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackslib/src/net/httpcore.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ pub enum TipRequest {
8181
impl TipRequest {}
8282

8383
impl fmt::Display for TipRequest {
84-
fn fmt(&self, f: &mut fmt::Formatter) -> std::fmt::Result {
84+
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
8585
match self {
8686
Self::UseLatestAnchoredTip => write!(f, ""),
8787
Self::UseLatestUnconfirmedTip => write!(f, "latest"),

0 commit comments

Comments
 (0)