From d76f0a7f980ad96a91b3d66b2b6e598aae3705b8 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Wed, 2 Sep 2020 16:20:40 +0200 Subject: [PATCH] make warning comment more copyable --- _CoqProject | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_CoqProject b/_CoqProject index 8e7ab6059..f53931331 100644 --- a/_CoqProject +++ b/_CoqProject @@ -1,6 +1,5 @@ -Q theories iris -# We sometimes want to locally override notation (e.g. in proofmode/base.v, -# bi/embedding.v), and there is no good way to do that with scopes. +# We sometimes want to locally override notation, and there is no good way to do that with scopes. -arg -w -arg -notation-overridden # Cannot use non-canonical projections as it causes massive unification failures # (https://github.com/coq/coq/issues/6294). -- GitLab