diff --git a/lib/rdf/vocabulary_namespace.ex b/lib/rdf/vocabulary_namespace.ex index 7bd08ef..ea4210d 100644 --- a/lib/rdf/vocabulary_namespace.ex +++ b/lib/rdf/vocabulary_namespace.ex @@ -521,7 +521,7 @@ defmodule RDF.Vocabulary.Namespace do end defp rdf_data_env do - import RDF.Sigils # TODO: Can we get rid of the warning about this line somehow? It is plain false. + import RDF.Sigils, warn: false __ENV__ end