Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: See https://github.com/facebookexperimental/eden/runs/1034006668: note: the lint level is defined here --> src/lib.rs:125:9 | 125 | #![deny(warnings)] | ^^^^^^^^ = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]` error: unnecessary braces around method argument --> src/lfs.rs:2439:36 | 2439 | remote.batch_upload(&objs, { move |sha256| local_lfs.blobs.get(&sha256) })?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces | note: the lint level is defined here --> src/lib.rs:125:9 | 125 | #![deny(warnings)] | ^^^^^^^^ = note: `#[deny(unused_braces)]` implied by `#[deny(warnings)]` error: aborting due to 2 previous errors error: could not compile `revisionstore`. I dropped `#![deny(warnings)]` as I don't think warnings like the above ones should break the build. Reviewed By: singhsrb Differential Revision: D23362178 fbshipit-source-id: 762f06d832d175bc1ead53acab928a18ba185184
- Loading branch information