Skip to content

Commit ccf61eb

Browse files
committed
Remove commented out code
1 parent 01e40a7 commit ccf61eb

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

crates/env/src/call/common.rs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -172,16 +172,3 @@ impl<T> Unwrap for Set<T> {
172172
self.value()
173173
}
174174
}
175-
176-
// #[cfg(test)]
177-
// mod tests {
178-
// use super::*;
179-
//
180-
// #[test]
181-
// fn instantiate_result_types() {
182-
// static_assertions::assert_type_eq_all!(
183-
// Result<(), u8>,
184-
// <Result<(), u8> as InstantiateResult<()>>
185-
// );
186-
// }
187-
// }

0 commit comments

Comments
 (0)