blob: f39649424ce38afc561d079bef79c082463c10b5 [file] [log] [blame]
use thiserror::Error;
#[derive(Error, Debug)]
#[source]
pub struct Error;
fn main() {}