fix(build): remove compiler warnings.

Also, a build issue was fixed when schemas were no objects.
However, I think I will have to check this one anyway
This commit is contained in:
Sebastian Thiel
2015-03-11 09:02:07 +01:00
parent bfc3922916
commit 559cb8fe45
2 changed files with 5 additions and 2 deletions

View File

@@ -7,7 +7,6 @@
###################################################################################################################
<%def name="new(s, c)">\
<%
assert s.type == "object"
markers = schema_markers(s, c)
%>\
<%block filter="rust_doc_comment">\