chore: update flake.lock

This commit is contained in:
2026-04-24 22:05:47 +08:00
parent 21036aba46
commit 468269c20d
4 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ impl Evaluator {
}
}
impl VmContext for &mut Evaluator {
impl VmContext for Evaluator {
fn intern_string(&mut self, s: impl AsRef<str>) -> StringId {
StringId(self.strings.get_or_intern(s))
}