diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2014-03-31 15:38:05 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2014-03-31 16:16:23 +0100 |
commit | cde9a0caea641ac95f4790a00ad826a9a87b2caf (patch) | |
tree | dba1cbd42aac99975b0b5b1b50597b996505973a /src | |
parent | a15f3ee0da79a5835954bd915792e8016071e767 (diff) | |
download | servo-cde9a0caea641ac95f4790a00ad826a9a87b2caf.tar.gz servo-cde9a0caea641ac95f4790a00ad826a9a87b2caf.zip |
Build: Do not swallow Mako template errors in src/components/style/properties.rs.mako
Diffstat (limited to 'src')
-rw-r--r-- | src/components/style/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/style/.gitignore b/src/components/style/.gitignore index babbbcce4e3..79d1b1f5fe2 100644 --- a/src/components/style/.gitignore +++ b/src/components/style/.gitignore @@ -1 +1,2 @@ properties.rs +properties.rs.tmp |