Skip to content

Commit

Permalink
huzzah for commas
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Feb 1, 2025
1 parent 73f5887 commit bdc94f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/type_system/red_terms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ cast_impl!(RedTy::NamedTy(NamedTy));
/// | | `move` | `copy` |
/// |---------|--------------|---------------------------------|
/// | `owned` | `my` | `our` |
/// | `lent` | `leased[..]` | `shared[..]` / `our leased[..]` |
/// | `lent` | `leased[..]` | `shared[..]`, `our leased[..]` |
///
/// All red perms represent something in this matrix (modulo generics).
#[derive(Clone, Debug, Default, PartialOrd, Ord, PartialEq, Eq, Hash)]
Expand Down

0 comments on commit bdc94f9

Please sign in to comment.