mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-22 08:01:47 +03:00
allowed unused mut
This commit is contained in:
parent
21809b1d46
commit
60ed8a90c9
@ -228,7 +228,8 @@ async fn main() {
|
||||
|
||||
// the boolean flag determines whether the runtime module is *public* or not,
|
||||
// where public means that any process can always message it.
|
||||
let runtime_extensions = vec![
|
||||
#[allow(unused_mut)]
|
||||
let mut runtime_extensions = vec![
|
||||
(
|
||||
ProcessId::new(Some("filesystem"), "sys", "uqbar"),
|
||||
fs_message_sender,
|
||||
|
Loading…
Reference in New Issue
Block a user