We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f8495 commit 528343fCopy full SHA for 528343f
compiler/rustc_builtin_macros/src/deriving/generic/mod.rs
@@ -66,7 +66,7 @@
66
//!
67
//! # "`cs`" functions
68
69
-//! The `cs_...` functions ("combine substructure) are designed to
+//! The `cs_...` functions ("combine substructure") are designed to
70
//! make life easier by providing some pre-made recipes for common
71
//! threads; mostly calling the function being derived on all the
72
//! arguments and then combining them back together in some way (or
@@ -1643,7 +1643,6 @@ where
1643
/// fields.
1644
/// When the `substructure` is an `EnumNonMatchingCollapsed`, the result of `enum_nonmatch_f`
1645
/// is returned. Statics may not be folded over.
1646
-/// See `cs_op` in `partial_ord.rs` for a model example.
1647
pub fn cs_fold1<F, B>(
1648
use_foldl: bool,
1649
f: F,
0 commit comments