70 |
#[test]
|
71 |
#[allow(clippy::assertions_on_result_states)]
|
72 |
fn test_executor_create() {
|
387 |
#[test]
|
388 |
#[allow(clippy::assertions_on_result_states)]
|
389 |
fn test_func_basic() {
|
102 |
#[test]
|
103 |
#[allow(clippy::assertions_on_result_states)]
|
104 |
fn test_global_basic() {
|
174 |
#[test]
|
175 |
#[allow(clippy::assertions_on_result_states)]
|
176 |
fn test_memory_type() {
|
190 |
#[test]
|
191 |
#[allow(clippy::assertions_on_result_states)]
|
192 |
fn test_memory() {
|
132 |
#[test]
|
133 |
#[allow(clippy::assertions_on_result_states)]
|
134 |
fn test_table_type() {
|
146 |
#[test]
|
147 |
#[allow(clippy::assertions_on_result_states)]
|
148 |
fn test_table_basic() {
|
608 |
#[test]
|
609 |
#[allow(clippy::assertions_on_result_states)]
|
610 |
fn test_import_builder() {
|
618 |
#[cfg(unix)]
|
619 |
#[allow(clippy::assertions_on_result_states)]
|
620 |
fn test_import_builder_wasi() {
|
628 |
#[cfg(target_os = "linux")]
|
629 |
#[allow(clippy::assertions_on_result_states)]
|
630 |
fn test_import_builder_wasmedge_process() {
|
153 |
#[test]
|
154 |
#[allow(clippy::assertions_on_result_states)]
|
155 |
fn test_compiler() {
|
296 |
#[ignore]
|
297 |
#[allow(clippy::assertions_on_result_states)]
|
298 |
fn test_compiler_send() {
|
333 |
#[ignore]
|
334 |
#[allow(clippy::assertions_on_result_states)]
|
335 |
fn test_compiler_sync() {
|
304 |
#[test]
|
305 |
#[allow(clippy::assertions_on_result_states)]
|
306 |
fn test_executor_create() {
|
354 |
#[test]
|
355 |
#[allow(clippy::assertions_on_result_states)]
|
356 |
fn test_executor_register_import() {
|
444 |
#[test]
|
445 |
#[allow(clippy::assertions_on_result_states)]
|
446 |
fn test_executor_send() {
|
469 |
#[test]
|
470 |
#[allow(clippy::assertions_on_result_states)]
|
471 |
fn test_executor_sync() {
|
751 |
#[test]
|
752 |
#[allow(clippy::assertions_on_result_states)]
|
753 |
fn test_func_create_host_func_in_host_func() {
|
194 |
#[test]
|
195 |
#[allow(clippy::assertions_on_result_states)]
|
196 |
fn test_global_type() {
|
210 |
#[test]
|
211 |
#[allow(clippy::assertions_on_result_states)]
|
212 |
fn test_global_const_i32() {
|
1 |
#![allow(clippy::assertions_on_result_states, clippy::wildcard_imports)]
|
1 |
#![allow(
|
2 |
clippy::assertions_on_result_states,
|
3 |
clippy::eq_op,
|
62 |
#![allow(clippy::needless_for_each)] // I like my iterators :(
|
63 |
#![allow(clippy::assertions_on_result_states)] // not that useful imo
|
10 |
#![allow(clippy::assertions_on_result_states)] // not that useful imo
|
2 |
clippy::assertions_on_constants,
|
3 |
clippy::assertions_on_result_states,
|
4 |
clippy::cast_possible_truncation,
|
1 |
#![allow(clippy::assertions_on_result_states)]
|
1 |
#![allow(clippy::assertions_on_result_states)]
|
1 |
#![allow(clippy::assertions_on_result_states)]
|
1 |
#![allow(clippy::assertions_on_result_states, clippy::non_ascii_literal)]
|
1 |
#![allow(clippy::assertions_on_result_states)]
|
1 |
#![cfg(not(feature = "preserve_order"))]
|
2 |
#![allow(clippy::assertions_on_result_states)]
|
2 |
#![allow(
|
3 |
clippy::assertions_on_result_states,
|
4 |
clippy::cast_precision_loss,
|
1 |
#![allow(clippy::assertions_on_result_states)]
|
2 |
extern crate byteorder;
|
1 |
#![allow(clippy::assertions_on_result_states)]
|
2 |
extern crate libspartan;
|
10 |
//! [here]: https://medium.com/@VitalikButerin/quadratic-arithmetic-programs-from-zero-to-hero-f6d558cea649
|
11 |
#![allow(clippy::assertions_on_result_states)]
|
12 |
use curve25519_dalek::scalar::Scalar;
|
1 |
#![allow(non_snake_case)]
|
2 |
#![allow(clippy::assertions_on_result_states)]
|
1 |
#![allow(non_snake_case)]
|
2 |
#![allow(clippy::assertions_on_result_states)]
|
3 |
#![deny(missing_docs)]
|
4 |
#![allow(clippy::assertions_on_result_states)]
|
1 |
#![allow(clippy::assertions_on_result_states, clippy::too_many_lines)]
|
1 |
#![allow(clippy::assertions_on_result_states, clippy::non_ascii_literal)]
|