File tree 1 file changed +1
-2
lines changed
compiler/rustc_builtin_macros/src/deriving/generic
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 66
66
//!
67
67
//! # "`cs`" functions
68
68
//!
69
- //! The `cs_...` functions ("combine substructure) are designed to
69
+ //! The `cs_...` functions ("combine substructure" ) are designed to
70
70
//! make life easier by providing some pre-made recipes for common
71
71
//! threads; mostly calling the function being derived on all the
72
72
//! arguments and then combining them back together in some way (or
@@ -1643,7 +1643,6 @@ where
1643
1643
/// fields.
1644
1644
/// When the `substructure` is an `EnumNonMatchingCollapsed`, the result of `enum_nonmatch_f`
1645
1645
/// is returned. Statics may not be folded over.
1646
- /// See `cs_op` in `partial_ord.rs` for a model example.
1647
1646
pub fn cs_fold1 < F , B > (
1648
1647
use_foldl : bool ,
1649
1648
f : F ,
You can’t perform that action at this time.
0 commit comments