[fine] Empty blocks generate nothing
This commit is contained in:
parent
8835d9eaf2
commit
56e4be9a5b
3 changed files with 18 additions and 5 deletions
|
|
@ -16,7 +16,7 @@ fn rebase_concrete(source_path: &str, dump: &str) {
|
|||
result.push_str(line);
|
||||
result.push_str("\n");
|
||||
|
||||
if line == "// concrete:" {
|
||||
if line == "// @concrete:" {
|
||||
found_concrete_section = true;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue