We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b27e8c commit 0e7d963Copy full SHA for 0e7d963
library/alloc/src/collections/btree/set_val.rs
@@ -9,7 +9,7 @@ pub(super) struct SetValZST;
9
/// Returns `true` only for type `SetValZST`, `false` for all other types (blanket implementation).
10
/// `TypeId` requires a `'static` lifetime, use of this trait avoids that restriction.
11
///
12
-/// [`TypeId`]: std::any::TypeId
+/// [`TypeId`]: core::any::TypeId
13
pub(super) trait IsSetVal {
14
fn is_set_val() -> bool;
15
}
0 commit comments