We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
std::
1 parent ff70c2d commit b7c82caCopy full SHA for b7c82ca
stackslib/src/net/httpcore.rs
@@ -81,7 +81,7 @@ pub enum TipRequest {
81
impl TipRequest {}
82
83
impl fmt::Display for TipRequest {
84
- fn fmt(&self, f: &mut fmt::Formatter) -> std::fmt::Result {
+ fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
85
match self {
86
Self::UseLatestAnchoredTip => write!(f, ""),
87
Self::UseLatestUnconfirmedTip => write!(f, "latest"),
0 commit comments