blob: b4f7fbbfd5e2ec9baa42a5a1e0f5e04e9a15fed3 [file] [log] [blame]
use thiserror::Error;
#[derive(Error, Debug)]
#[error(transparent)]
pub struct Error(String);
fn main() {}