File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use num_complex::Complex;
55
66/// Nested sets and conversions between them (using an injective mapping). Useful to work with
77/// substructures. In generic code, it is preferable to use `SupersetOf` as trait bound whenever
8- /// possible instead of `SubsetOf` (because SupersetOf is automatically implemented whenever
8+ /// possible instead of `SubsetOf` (because ` SupersetOf` is automatically implemented whenever
99/// `SubsetOf` is).
1010///
1111/// The notion of "nested sets" is very broad and applies to what the types are _supposed to
Original file line number Diff line number Diff line change 11use crate :: simd:: * ;
22
33// Given two token streams in the format `ignore_snd!([first_token_tree], [second])` will simply
4- // expand to the first one. This is usefull in order to allow the repetition of some statement
4+ // expand to the first one. This is useful in order to allow the repetition of some statement
55// according to some repetition variable, without using the repetition variables.
66macro_rules! ignore_snd (
77 ( [ $( $fst: tt) * ] , [ $( $snd: tt) * ] ) => ( $( $fst) * )
You can’t perform that action at this time.
0 commit comments