summary refs log tree commit diff stats
path: root/rust/qom/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'rust/qom/meson.build')
-rw-r--r--rust/qom/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/rust/qom/meson.build b/rust/qom/meson.build
index 40c51b71b2..21e12148da 100644
--- a/rust/qom/meson.build
+++ b/rust/qom/meson.build
@@ -38,6 +38,5 @@ qom_rs = declare_dependency(link_with: [_qom_rs], dependencies: [qemu_macros, qo
 # in a separate suite that is run by the "build" CI jobs rather than "check".
 rust.doctest('rust-qom-rs-doctests',
      _qom_rs,
-     protocol: 'rust',
      dependencies: qom_rs,
      suite: ['doc', 'rust'])