mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Fix a minor build error
This commit is contained in:
@@ -167,7 +167,7 @@ impl CubeConversionParser {
|
|||||||
classic_to_modern.insert(from.id(), mapping);
|
classic_to_modern.insert(from.id(), mapping);
|
||||||
}
|
}
|
||||||
#[cfg(not(debug_assertions))]
|
#[cfg(not(debug_assertions))]
|
||||||
if !classic_to_modern.contains_key(&from.id) {
|
if !classic_to_modern.contains_key(&from.id()) {
|
||||||
classic_to_modern.insert(from.id(), mapping);
|
classic_to_modern.insert(from.id(), mapping);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user