We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39253d9 commit 2e74d91Copy full SHA for 2e74d91
1 file changed
src/mako/deps.mako
@@ -98,7 +98,7 @@ ${api_crate_publish_file}:
98
${api_cargo}: ${api_target}
99
cd ${gen_root} && cargo $(ARGS)
100
101
-${api_doc_index}: ${api_target}
+${api_doc_index}: ${api_common}
102
% if make.documentation_engine == 'rustdoc':
103
cd ${gen_root} && cargo doc
104
@echo "Docs for ${api_target} at $@"
0 commit comments