rust/library/alloc
Noa c0e913fdd7
Document overrides of clone_from()
Specifically, when an override doesn't just forward to an inner type,
document the behavior and that it's preferred over simply assigning
a clone of source. Also, change instances where the second parameter is
"other" to "source".
2024-03-08 12:27:24 -06:00
..
benches remove redundant imports 2023-12-10 10:56:22 +08:00
src Document overrides of clone_from() 2024-03-08 12:27:24 -06:00
tests will_wake tests fail on Miri and that is expected 2024-03-05 09:33:55 +01:00
Cargo.toml Rename {collections=>alloc}{tests,benches} 2023-11-26 12:04:56 +00:00