1#![forbid(unsafe_code)] 2#![forbid(clippy::allow_attributes)] 3#![deny(clippy::pedantic)] 4 5mod test; 6 7pub use test::dataset_url;