diff options
| author | Yuki Okushi <huyuumi.dev+love@gmail.com> | 2023-01-14 12:04:33 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-14 12:04:33 +0900 |
| commit | feac18c0d6352baf5932c8c5b27a2aad47e7a096 (patch) | |
| tree | 87530ea4bf728acff91126298e845e38f45bf549 | |
| parent | 233169ff0adcd3a871f3695e230023ce68b4ba79 (diff) | |
| parent | 1a87ed9a45c6e979b07cc3b30e89850763d3c0a0 (diff) | |
| download | rust-feac18c0d6352baf5932c8c5b27a2aad47e7a096.tar.gz rust-feac18c0d6352baf5932c8c5b27a2aad47e7a096.zip | |
Rollup merge of #106692 - eggyal:mv-binary_heap.rs-binary_heap/mod.rs, r=Mark-Simulacrum
mv binary_heap.rs binary_heap/mod.rs I confess this request is somewhat selfish, as it's made in order to ease synchronisation with my [copse](https://crates.io/crates/copse) crate (see eggyal/copse#6 for explanation). I wholly understand that such grounds may be insufficient to justify merging this request—but no harm in asking, right?
| -rw-r--r-- | library/alloc/src/collections/binary_heap/mod.rs (renamed from library/alloc/src/collections/binary_heap.rs) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/library/alloc/src/collections/binary_heap.rs b/library/alloc/src/collections/binary_heap/mod.rs
index 4583bc9a158..4583bc9a158 100644
--- a/library/alloc/src/collections/binary_heap.rs
+++ b/library/alloc/src/collections/binary_heap/mod.rs
|
