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