rust/hg-core/src/dirstate/status.rs
branchstable
changeset 49000 dd6b67d5c256
parent 48744 6e930bc45aeb
child 50862 5efccea9cf38
--- a/rust/hg-core/src/dirstate/status.rs	Tue Apr 05 10:55:27 2022 +0200
+++ b/rust/hg-core/src/dirstate/status.rs	Tue Apr 05 10:55:28 2022 +0200
@@ -136,8 +136,6 @@
     DirstateV2ParseError(DirstateV2ParseError),
 }
 
-pub type StatusResult<T> = Result<T, StatusError>;
-
 impl fmt::Display for StatusError {
     fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
         match self {