-
- Downloads
Bug 1836412 - Replace oslog with a dummy crate. r=janerik,supply-chain-reviewers
It's only used by glean in code that is not actually used. It allows to remove the only use of dashmap, which is a rather complex crate. Differential Revision: https://phabricator.services.mozilla.com/D179747
Showing
- Cargo.lock 1 addition, 15 deletionsCargo.lock
- Cargo.toml 3 additions, 0 deletionsCargo.toml
- build/rust/oslog/Cargo.toml 15 additions, 0 deletionsbuild/rust/oslog/Cargo.toml
- build/rust/oslog/LICENSE 0 additions, 0 deletionsbuild/rust/oslog/LICENSE
- build/rust/oslog/lib.rs 25 additions, 0 deletionsbuild/rust/oslog/lib.rs
- supply-chain/config.toml 0 additions, 8 deletionssupply-chain/config.toml
- third_party/rust/dashmap/.cargo-checksum.json 0 additions, 1 deletionthird_party/rust/dashmap/.cargo-checksum.json
- third_party/rust/dashmap/Cargo.toml 0 additions, 45 deletionsthird_party/rust/dashmap/Cargo.toml
- third_party/rust/dashmap/LICENSE 0 additions, 21 deletionsthird_party/rust/dashmap/LICENSE
- third_party/rust/dashmap/README.md 0 additions, 73 deletionsthird_party/rust/dashmap/README.md
- third_party/rust/dashmap/rust-toolchain 0 additions, 1 deletionthird_party/rust/dashmap/rust-toolchain
- third_party/rust/dashmap/src/iter.rs 0 additions, 309 deletionsthird_party/rust/dashmap/src/iter.rs
- third_party/rust/dashmap/src/iter_set.rs 0 additions, 71 deletionsthird_party/rust/dashmap/src/iter_set.rs
- third_party/rust/dashmap/src/lib.rs 0 additions, 993 deletionsthird_party/rust/dashmap/src/lib.rs
- third_party/rust/dashmap/src/lock.rs 0 additions, 557 deletionsthird_party/rust/dashmap/src/lock.rs
- third_party/rust/dashmap/src/mapref/entry.rs 0 additions, 198 deletionsthird_party/rust/dashmap/src/mapref/entry.rs
- third_party/rust/dashmap/src/mapref/mod.rs 0 additions, 3 deletionsthird_party/rust/dashmap/src/mapref/mod.rs
- third_party/rust/dashmap/src/mapref/multiple.rs 0 additions, 120 deletionsthird_party/rust/dashmap/src/mapref/multiple.rs
- third_party/rust/dashmap/src/mapref/one.rs 0 additions, 114 deletionsthird_party/rust/dashmap/src/mapref/one.rs
- third_party/rust/dashmap/src/rayon/map.rs 0 additions, 221 deletionsthird_party/rust/dashmap/src/rayon/map.rs
Loading
Please register or sign in to comment