conlang: Update to Rust Edition 2024
This commit is contained in:
parent
68e676eda4
commit
27d1d07ed8
@ -16,7 +16,7 @@ resolver = "2"
|
|||||||
repository = "https://git.soft.fish/j/Conlang"
|
repository = "https://git.soft.fish/j/Conlang"
|
||||||
version = "0.0.9"
|
version = "0.0.9"
|
||||||
authors = ["John Breaux <j@soft.fish>"]
|
authors = ["John Breaux <j@soft.fish>"]
|
||||||
edition = "2021"
|
edition = "2024"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
publish = ["soft-fish"]
|
publish = ["soft-fish"]
|
||||||
|
|
||||||
|
@ -120,7 +120,7 @@ impl<'a> Table<'a> {
|
|||||||
self.impls.push(item);
|
self.impls.push(item);
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn handle_iter(&mut self) -> impl Iterator<Item = Handle> {
|
pub fn handle_iter(&mut self) -> impl Iterator<Item = Handle> + use<> {
|
||||||
self.kinds.keys()
|
self.kinds.keys()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user