forked from rojo-rbx/rojo
Actually generate AppliedPatchSet objects (#250)
* Start actually computing AppliedPatchSet values * Improve patch_apply documentation and flesh out applied patch code * Add file link notes * Stub out where tests for snapshot subsystem will go * Create baseline tests * Fix build failure by silencing Clippy
This commit is contained in:
committed by
GitHub
parent
a70b7ee150
commit
e741f7b557
@@ -51,6 +51,9 @@ impl ChangeProcessor {
|
||||
imfs.change_receiver()
|
||||
};
|
||||
|
||||
// Crossbeam's select macro generates code that Clippy doesn't like, and
|
||||
// Clippy blames us for it.
|
||||
#[allow(clippy::drop_copy)]
|
||||
loop {
|
||||
select! {
|
||||
recv(imfs_receiver) -> event => {
|
||||
|
||||
Reference in New Issue
Block a user