mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Auto merge of #13112 - bholley:regenpy_fix, r=emilio
stylo: Fix incorrect flag syntax in regen.py
This commit is contained in:
commit
a338beaa70
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