continue removing todo!()s

This commit is contained in:
Henry Schimke
2023-03-28 16:31:41 -05:00
parent 607bb28101
commit 74a459f65a
5 changed files with 76 additions and 25 deletions

View File

@@ -66,7 +66,7 @@ impl Version {
return Err(Exceptions::ILLEGAL_STATE);
}
pub fn isMicroQRCode(&self) -> bool {
pub const fn isMicroQRCode(&self) -> bool {
self.is_micro
}
}