runtime: fix compilation without DRTIO

pull/954/head
Sebastien Bourdeauducq 2018-03-05 00:43:42 +08:00
parent 432e61bbb4
commit a274af77d5
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ pub mod drtio {
}
#[cfg(not(has_drtio))]
mod drtio {
pub mod drtio {
use super::*;
pub fn startup(_io: &Io) {}