1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 23:11:16 +02:00

rust: small patches

This commit is contained in:
Horki 2020-10-08 13:40:47 +02:00
parent 54f4500457
commit eaef251b2b
3 changed files with 19 additions and 19 deletions

View file

@ -1,3 +1,4 @@
#[allow(improper_ctypes_definitions)]
#[cfg(not(test))]
mod c;
mod error;