cargo fmt

This commit is contained in:
ShantanuKumar 2022-08-17 11:21:09 +02:00
parent 98a2586f6f
commit 4e7be1400b
9 changed files with 300 additions and 203 deletions

View file

@ -455,7 +455,6 @@ impl TyCheckError {
Self::new(ErrorCore::unreachable(fn_name, line), "".into())
}
pub fn reassign_error(loc: Location, caused_by: Str, name: &str) -> Self {
let name = readable_name(name);
Self::new(