From 3369b5ca8933e5acd56c490c75d4348f44ee7417 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Sun, 12 May 2019 20:57:56 +0200
Subject: [PATCH] silence annoyingly verbose deprecation warning

---
 _CoqProject | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_CoqProject b/_CoqProject
index f3242384..87d2db87 100644
--- a/_CoqProject
+++ b/_CoqProject
@@ -1,5 +1,5 @@
 -Q theories lrust
--arg -w -arg -notation-overridden,-redundant-canonical-projection,-projection-no-head-constant,-several-object-files
+-arg -w -arg -notation-overridden,-redundant-canonical-projection,-projection-no-head-constant,-several-object-files,-convert_concl_no_check
 theories/lifetime/model/boxes.v
 theories/lifetime/model/definitions.v
 theories/lifetime/model/faking.v
-- 
GitLab