Bump dependencies

This commit is contained in:
Minseong Jang
2022-09-12 10:51:55 +09:00
parent 6e754a19bb
commit e7edf89fb3
7 changed files with 41 additions and 41 deletions

View File

@@ -7,7 +7,7 @@ use crate::*;
#[derive(Default, Debug)]
pub struct Irgen {}
#[derive(Debug, PartialEq)]
#[derive(Debug, PartialEq, Eq)]
pub struct IrgenError {}
impl fmt::Display for IrgenError {