Prototype JsonModelPlugin, untested

Also cleaned up all of the warnings in the other plugin code
This commit is contained in:
Lucien Greathouse
2017-12-21 17:09:32 -08:00
parent 5e98cbe68f
commit fe240ed577
5 changed files with 57 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ impl Plugin for DefaultPlugin {
FileChangeResult::MarkChanged(Some(vec![route.clone()]))
}
fn handle_rbx_change(&self, route: &Route, rbx_item: &RbxItem) -> RbxChangeResult {
fn handle_rbx_change(&self, _route: &Route, _rbx_item: &RbxItem) -> RbxChangeResult {
RbxChangeResult::Pass
}
}