diff options
Diffstat (limited to 'core/src/lib.rs')
| -rw-r--r-- | core/src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/src/lib.rs b/core/src/lib.rs index 1abb191..0c8cf83 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -6,5 +6,4 @@ pub mod pad_data; pub const DEFAULT_PORT : u16 = 5989; pub const BINCODE_CONVERT_FAILED : Vec<u8> = Vec::new(); -pub const BINCODE_CONFIG : Configuration = config::standard(); - +pub const BINCODE_CONFIG : Configuration = config::standard();
\ No newline at end of file |
