Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Type{Param,Arg}::Extensions #436

Merged
merged 2 commits into from
Aug 22, 2023
Merged

Add Type{Param,Arg}::Extensions #436

merged 2 commits into from
Aug 22, 2023

Conversation

acl-cqc
Copy link
Contributor

@acl-cqc acl-cqc commented Aug 22, 2023

Closes #396

@acl-cqc acl-cqc requested a review from ss2165 August 22, 2023 10:22
@@ -25,6 +27,8 @@ pub enum TypeParam {
List(Box<TypeParam>),
/// Argument is a [TypeArg::Sequence]. A tuple of parameters.
Tuple(Vec<TypeParam>),
/// Argument is a [TypeArg::Extensions]. A set of extension (ids)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// Argument is a [TypeArg::Extensions]. A set of extension (ids)
/// Argument is a [TypeArg::Extensions]. A set of extension (ids).

@acl-cqc acl-cqc enabled auto-merge August 22, 2023 14:30
@acl-cqc acl-cqc added this pull request to the merge queue Aug 22, 2023
Merged via the queue into main with commit accbe44 Aug 22, 2023
6 checks passed
@acl-cqc acl-cqc deleted the new/typearg_extensions branch August 22, 2023 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Resource(Set?) as a possible TypeParam
2 participants