Co-Authored-By: bjorn3 <bjorn3@users.noreply.github.com>
This commit is contained in:
Ralf Jung
2020-03-06 11:30:57 +01:00
parent 4971d03ccf
commit 85e1466232
+2 -2
View File
@@ -617,8 +617,8 @@ fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
}
impl InterpError<'_> {
/// Some errors allocate to be created as they contain free-from strings.
/// And sometiems we want to be sure that did not happen as it is a
/// Some errors allocate to be created as they contain free-form strings.
/// And sometimes we want to be sure that did not happen as it is a
/// waste of resources.
pub fn allocates(&self) -> bool {
match self {