mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
9 lines
163 B
Rust
9 lines
163 B
Rust
#![allow(incomplete_features)]
|
|
#![feature(
|
|
const_generics,
|
|
const_fn_floating_point_arithmetic,
|
|
const_evaluatable_checked
|
|
)]
|
|
pub mod msg;
|
|
pub mod sync;
|