Kaynağa Gözat

rust-protocol: Fix return value.

Mathias Gottschlag 5 yıl önce
ebeveyn
işleme
65664d2b93
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      common/rust-protocol/src/lib.rs

+ 1
- 1
common/rust-protocol/src/lib.rs Dosyayı Görüntüle

@@ -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
 

Loading…
İptal
Kaydet