]> git.lizzy.rs Git - rust.git/blobdiff - library/alloc/tests/autotraits.rs
Rollup merge of #107023 - scottmcm:stop-shouting, r=Nilstrieb
[rust.git] / library / alloc / tests / autotraits.rs
index 8ff5f0abe73dd013aa31bc76d3d03f6475c97816..879e32b3fa309ce7190f94dc8fd167e9900a4229 100644 (file)
@@ -32,7 +32,7 @@ fn test_btree_map() {
     //         spawn(f());
     //     }
     //
-    // where with some unintentionally overconstrained Send impls in liballoc's
+    // where with some unintentionally overconstrained Send impls in alloc's
     // internals, the future might incorrectly not be Send even though every
     // single type involved in the program is Send and Sync.
     require_send_sync(async {