microsoft / igvm

MIT License
81 stars 17 forks source link

igvm/snp_defs: do not mark C code as doctests #33

Closed 00xc closed 4 months ago

00xc commented 4 months ago

There is some C code that is currently set up as ignored doctests. These will show up when running cargo test. Simply declare them as non-Rust code.