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