forked from extern/nushell
0c7a8e3634
Those tests where behind a feature flag `bson` that is never defined in `Cargo.toml` Remove them.
16 lines
180 B
Rust
16 lines
180 B
Rust
mod csv;
|
|
#[cfg(feature = "extra")]
|
|
mod html;
|
|
mod json;
|
|
mod markdown;
|
|
mod nuon;
|
|
mod ods;
|
|
mod ssv;
|
|
mod toml;
|
|
mod tsv;
|
|
#[cfg(feature = "extra")]
|
|
mod url;
|
|
mod xlsx;
|
|
mod xml;
|
|
mod yaml;
|