mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 19:56:44 +01:00
output: finally Map::east, Map::south
This commit is contained in:
parent
b5fbd14f91
commit
649a89443b
2 changed files with 71 additions and 9 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#![feature(step_trait)]
|
||||
#![feature(type_alias_impl_trait)]
|
||||
#![feature(impl_trait_in_assoc_type)]
|
||||
//#![feature(impl_trait_in_fn_trait_return)]
|
||||
|
||||
mod space; pub use self::space::*;
|
||||
mod ops; pub use self::ops::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue