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

Cleanups in autoarray helper #12458

Merged
merged 4 commits into from Jul 16, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Error when non-allow_empty property is empty

  • Loading branch information
Manishearth committed Jul 16, 2016
commit e21828080bc57c672b1c8fcb89449a8d60d49451
@@ -75,6 +75,8 @@
} else {
% if allow_empty:
try!(dest.write_str("none"));
% else:
error!("Found empty value for property ${name}");
% endif
}
for i in iter {
@@ -97,6 +99,8 @@
} else {
% if allow_empty:
try!(dest.write_str("none"));
% else:
error!("Found empty value for property ${name}");
% endif
}
for i in iter {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.