mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-22 05:35:10 +00:00
Fixed clippy warnings (#90)
* Fixed clippy warnings * Fix as per review
This commit is contained in:
committed by
Lucien Greathouse
parent
26a7bb9746
commit
13a7c1ba81
@@ -17,7 +17,7 @@ pub struct Session {
|
||||
pub session_id: SessionId,
|
||||
pub message_queue: Arc<MessageQueue>,
|
||||
pub rbx_session: Arc<Mutex<RbxSession>>,
|
||||
fs_watcher: FsWatcher,
|
||||
_fs_watcher: FsWatcher,
|
||||
}
|
||||
|
||||
impl Session {
|
||||
@@ -44,7 +44,7 @@ impl Session {
|
||||
session_id,
|
||||
message_queue,
|
||||
rbx_session,
|
||||
fs_watcher,
|
||||
_fs_watcher: fs_watcher,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user