aplbrain / bossphorus

A BossDB-like volumetric datastore in Rust
Apache License 2.0
1 stars 1 forks source link

Fix double nesting of modules. #3

Closed movestill closed 4 years ago

movestill commented 4 years ago

Remove mod definition from the module files to fix having to import via use <module>::<module>.

j6k4m8 commented 4 years ago

Oh.... yep. that's way better.