This repository has been archived on 2022-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
ext2-rs/src/lib.rs

5 lines
59 B
Rust
Raw Normal View History

2018-03-18 09:25:05 -05:00
#![cfg_attr(not(test), no_std)]
#[cfg(test)]
mod tests {}