We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd5c365 commit f8b0b9eCopy full SHA for f8b0b9e
embedded-service/src/type_c/controller.rs
@@ -34,12 +34,6 @@ pub enum InternalResponseData {
34
Complete,
35
}
36
37
-impl Into<Result<InternalResponseData, Error>> for InternalResponseData {
38
- fn into(self) -> Result<InternalResponseData, Error> {
39
- Ok(self)
40
- }
41
-}
42
-
43
/// Response for controller-specific commands
44
pub type InternalResponse = Result<InternalResponseData, Error>;
45
0 commit comments