mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-27 16:16:31 +00:00
Take advantage of 2018 edition.
- Remove explicit 'extern crate' fields where useful - Fix mutability of variable (unrelated?) - Add rbxmx dependency, which needs 2018 edition
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
#[macro_use] extern crate log;
|
||||
#[macro_use] extern crate rouille;
|
||||
#[macro_use] extern crate serde_derive;
|
||||
extern crate notify;
|
||||
extern crate rand;
|
||||
extern crate rbx_tree;
|
||||
extern crate regex;
|
||||
extern crate serde;
|
||||
extern crate serde_json;
|
||||
extern crate uuid;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
|
||||
#[cfg(test)]
|
||||
extern crate tempfile;
|
||||
|
||||
Reference in New Issue
Block a user