add use for all enums to make the docs build

I got no Idea if there is a better way to do this without importing all the enums but since it is only the docs I think it's fine.
This commit is contained in:
OMGeeky
2024-05-16 19:27:34 +02:00
parent 3e27f63739
commit e7cce53a51

View File

@@ -345,6 +345,7 @@ ${self._setter_fn(resource, method, m, p, part_prop, ThisType, c)}\
request_value_type = request_value.id
%>\
<%block filter="test_block_filter">\
use ${util.library_name()}::api::enums::*;
${capture(util.test_prelude) | hide_filter}\
% if request_value:
use ${util.library_name()}::api::${request_value_type};