Comment that explicitly tells the Motoko compiler to ignore a specific warning

`Array.append` copies its arguments and has linear complexity;

Sometimes I actually want to append (concatenate) two arrays.

@rvanasa @claudio is there a good way to tell the compiler to ignore (not print out) a warning?

1 Like

Not yet, but it’s on our roadmap to selectively disable warnings.

1 Like