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

Fixes #18108: Parsing of variable declaration and definition should be split #3178

Conversation

peckpeck
Copy link
Member

@peckpeck peckpeck requested a review from amousset August 18, 2020 06:52
for variable in variables {
let PVariableDecl { metadata, name, sub_elts, var_type} = variable;
match VarType::from_ptype(var_type, sub_elts) {
Ok(_type) =>
Copy link
Contributor

Choose a reason for hiding this comment

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

type is used, maybe remove _

@Normation-Quality-Assistant
Copy link
Contributor

OK, merging this PR

@Normation-Quality-Assistant Normation-Quality-Assistant merged commit 601f95e into Normation:master Aug 18, 2020
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.

3 participants