This commit is contained in:
Folkert 2021-07-30 16:54:22 +02:00
parent 46beaf5855
commit e805e63db6
20 changed files with 31 additions and 31 deletions

View file

@ -317,7 +317,7 @@ impl fmt::Debug for ModuleId {
}
}
/// In relese builds, all we have access to is the number, so only display that.
/// In release builds, all we have access to is the number, so only display that.
#[cfg(not(debug_assertions))]
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
self.0.fmt(f)