mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 13:15:50 +00:00
Fix warnings around ChangeProcessor
This commit is contained in:
@@ -16,7 +16,7 @@ use crate::{
|
||||
|
||||
pub struct ChangeProcessor {
|
||||
shutdown_sender: Sender<()>,
|
||||
thread_handle: JoinHandle<()>,
|
||||
_thread_handle: JoinHandle<()>,
|
||||
}
|
||||
|
||||
impl ChangeProcessor {
|
||||
@@ -34,7 +34,7 @@ impl ChangeProcessor {
|
||||
|
||||
Self {
|
||||
shutdown_sender,
|
||||
thread_handle,
|
||||
_thread_handle: thread_handle,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user