From ffc3fd5ae29e9dd85d7ca955bad8b6e253c77a34 Mon Sep 17 00:00:00 2001
From: Johannes Hostert <jhostert@ethz.ch>
Date: Fri, 15 Nov 2024 08:50:29 +0100
Subject: [PATCH] remove potentially double-blind link

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

diff --git a/_CoqProject b/_CoqProject
index 89aa4ad8..45e51474 100644
--- a/_CoqProject
+++ b/_CoqProject
@@ -4,7 +4,7 @@
 # Cannot use non-canonical projections as it causes massive unification failures
 # (https://github.com/coq/coq/issues/6294).
 -arg -w -arg -redundant-canonical-projection
-# Warning seems incorrect, see https://gitlab.mpi-sws.org/iris/stdpp/-/issues/216
+# Warning seems incorrect
 -arg -w -arg -notation-incompatible-prefix
 
 theories/logic/satisfiable.v
-- 
GitLab