Skip to content

Commit 35f4bd5

Browse files
committed
refactor: drop unintentionally committed comment
1 parent 7d59d5a commit 35f4bd5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ddcommon-ffi/src/result.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ pub enum Result<T> {
4242
Err(Error),
4343
}
4444

45-
// Result<int> Result<bool>
46-
// RESULT_TAG_INT_OK, RESULT_TAG_BOOL_OK
47-
4845
impl<T> Result<T> {
4946
pub fn unwrap(self) -> T {
5047
match self {

0 commit comments

Comments
 (0)