aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/ssreflect/fingraph.v
diff options
context:
space:
mode:
authorCyril Cohen2018-12-11 13:36:32 +0100
committerGitHub2018-12-11 13:36:32 +0100
commitb2d25dc356c4a2500d861e7d3eb5a272a3072129 (patch)
tree10e3129f0584233d7fb825973794b517371c6024 /mathcomp/ssreflect/fingraph.v
parent316cca94aef28c2023cd823c588b140e13d0aded (diff)
parent2e6e0001f8215e3c42f2557df42e0d6486035c07 (diff)
Merge pull request #252 from anton-trunov/implicit-core-hint-db
Fix some new warnings emitted by Coq 8.10
Diffstat (limited to 'mathcomp/ssreflect/fingraph.v')
-rw-r--r--mathcomp/ssreflect/fingraph.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/ssreflect/fingraph.v b/mathcomp/ssreflect/fingraph.v
index c534b7b..5358dc7 100644
--- a/mathcomp/ssreflect/fingraph.v
+++ b/mathcomp/ssreflect/fingraph.v
@@ -216,7 +216,7 @@ Definition closure_mem m_a : pred T :=
End Connect.
-Hint Resolve connect0.
+Hint Resolve connect0 : core.
Notation n_comp e a := (n_comp_mem e (mem a)).
Notation closed e a := (closed_mem e (mem a)).