summary refs log tree commit diff stats
path: root/rust/common
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2025-09-19 12:16:25 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2025-09-22 17:17:18 +0200
commitf87a2e5c596620a606aaa7df4257c45c4988e160 (patch)
treee698f20d5297e7d8704e8282a67016cabde8f7b2 /rust/common
parent75dbe618ac3895b2889a590de3bc589bf32dc999 (diff)
downloadfocaccia-qemu-f87a2e5c596620a606aaa7df4257c45c4988e160.tar.gz
focaccia-qemu-f87a2e5c596620a606aaa7df4257c45c4988e160.zip
rust: build: remove "protocol: rust: from doctests
It is added already by rust.doctest.

Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'rust/common')
-rw-r--r--rust/common/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/rust/common/meson.build b/rust/common/meson.build
index 07d073182e..aff601d1df 100644
--- a/rust/common/meson.build
+++ b/rust/common/meson.build
@@ -32,6 +32,5 @@ rust.test('rust-common-tests', _common_rs,
 # in a separate suite that is run by the "build" CI jobs rather than "check".
 rust.doctest('rust-common-doctests',
      _common_rs,
-     protocol: 'rust',
      dependencies: common_rs,
      suite: ['doc', 'rust'])