diff options
Diffstat (limited to 'rust/common/meson.build')
| -rw-r--r-- | rust/common/meson.build | 1 |
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']) |