sapling/eden/scm/exec
Jun Wu 39ed1257bf lib: remove #![deny(warnings)]
Summary:
It is considered an anti-pattern (https://rust-unofficial.github.io/patterns/anti_patterns/deny-warnings.html)
and is causing Github CI breakage unnecessarily (https://github.com/facebookexperimental/eden/runs/2402094456):

  error: function is never used: `example_blob`
      --> src/lfs.rs:1860:8
       |
  1860 |     fn example_blob() -> (Sha256, usize, Bytes) {
       |        ^^^^^^^^^^^^
       |
  note: the lint level is defined here
      --> src/lib.rs:125:9
       |
  125  | #![deny(warnings)]
       |         ^^^^^^^^
       = note: `#[deny(dead_code)]` implied by `#[deny(warnings)]`

Reviewed By: andll

Differential Revision: D27911477

fbshipit-source-id: df8d642fe74fe311eb0f329d977b9b8270c27bf4
2021-04-21 12:24:47 -07:00
..
eden_apfs_mount_helper create subvolumes on disk backing repo 2021-01-29 20:43:23 -08:00
hgmain hgmain: enable virtual termainal processing on Windows 2021-04-20 15:50:41 -07:00
scm_daemon lib: remove #![deny(warnings)] 2021-04-21 12:24:47 -07:00
scratch place a README file under scratch directory to describe what it is for 2021-04-12 15:17:33 -07:00
utils revisionstore: disallow reading LFS pointers from packfiles 2020-09-09 18:27:42 -07:00