Skip to content

Commit 362c7e5

Browse files
committed
Auto merge of #118857 - matthiaskrgr:rollup-t02kx2u, r=matthiaskrgr
Rollup of 7 pull requests Successful merges: - #118445 (Let `reuse` look inside git submodules) - #118756 (use bold magenta instead of bold white for highlighting) - #118797 (End locals' live range before suspending coroutine) - #118840 (remove some redundant clones) - #118844 (Monomorphize args while building Instance body in StableMIR) - #118846 (Fix BinOp `ty()` assertion and `fn_sig()` for closures) - #118848 (Add myself back to review rotation) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 684fe7f + a630f9b commit 362c7e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/stdx/src/anymap.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//! This file is a port of only the necessary features from https://github.com/chris-morgan/anymap version 1.0.0-beta.2 for use within rust-analyzer.
2-
//! Copyright © 2014–2022 Chris Morgan. COPYING: https://github.com/chris-morgan/anymap/blob/master/COPYING"
2+
//! Copyright © 2014–2022 Chris Morgan.
3+
//! COPYING: https://github.com/chris-morgan/anymap/blob/master/COPYING
34
//! Note that the license is changed from Blue Oak Model 1.0.0 or MIT or Apache-2.0 to MIT OR Apache-2.0
45
//!
56
//! This implementation provides a safe and convenient store for one value of each type.

0 commit comments

Comments
 (0)