summarylogtreecommitdiffstats
path: root/disable-clippy.patch
diff options
context:
space:
mode:
Diffstat (limited to 'disable-clippy.patch')
-rw-r--r--disable-clippy.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/disable-clippy.patch b/disable-clippy.patch
deleted file mode 100644
index 25b954400ad3..000000000000
--- a/disable-clippy.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff --git a/src/meson.build b/src/meson.build
-index 755d870..fac1b77 100644
---- a/src/meson.build
-+++ b/src/meson.build
-@@ -208,14 +208,3 @@ test('Unit tests',
- ],
- timeout: 180
- )
--
--cargo_clippy = find_program(meson.source_root() / 'build-aux/clippy.sh')
--test('Clippy',
-- cargo_clippy,
-- args: [
-- meson.source_root(),
-- meson.build_root(),
-- get_option('offline') ? 'true' : 'false'
-- ],
-- timeout: 180
--)