Update one todo back to unimplemented

This commit is contained in:
Brendan Hansknecht 2021-12-09 11:12:49 -08:00
parent 7abbf3a043
commit 971bc3294e

View file

@ -104,7 +104,7 @@ pub fn build_module<'a>(
),
)
}
x => todo!("the target, {:?}", x),
x => unimplemented!("the target, {:?}", x),
}
}