mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix incorrect flag syntax in regen.py.
This is a regression from #13079.
This commit is contained in:
parent
7ebdf98d28
commit
de7d7717c3
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ def build(objdir, target_name, debug, debugger, kind_name=None,
|
|||
flags.append("{}Strong".format(ty))
|
||||
flags.append("--raw-line")
|
||||
flags.append("pub type {0}Strong = ::sugar::refptr::Strong<{0}>;".format(ty))
|
||||
flags.append("-blacklist-type")
|
||||
flags.append("--blacklist-type")
|
||||
flags.append("{}Borrowed".format(ty))
|
||||
flags.append("--raw-line")
|
||||
flags.append("pub type {0}Borrowed<'a> = ::sugar::refptr::Borrowed<'a, {0}>;".format(ty))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue