ソースを参照

rust-protocol: Fix return value.

コミット
65664d2b93
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      common/rust-protocol/src/lib.rs

+ 1
- 1
common/rust-protocol/src/lib.rs ファイルの表示

@@ -115,7 +115,7 @@ impl Report {
115 115
             }
116 116
             data = &mut data[value_len..];
117 117
         }
118
-        false
118
+        true
119 119
     }
120 120
 }
121 121
 

読み込み中…
キャンセル
保存