From 1e2f5ab4d8934f4ee1129a4b4f30841e701e0fff Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Thu, 23 May 2024 12:40:44 +0300 Subject: [PATCH] fix type --- ng-oxigraph/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ng-oxigraph/Cargo.toml b/ng-oxigraph/Cargo.toml index eacd6e8..bf8663d 100644 --- a/ng-oxigraph/Cargo.toml +++ b/ng-oxigraph/Cargo.toml @@ -65,7 +65,7 @@ elided_lifetimes_in_paths = "warn" explicit_outlives_requirements = "warn" let_underscore_drop = "warn" macro_use_extern_crate = "warn" -# TODO missidoc_auto_cfgs = "warn" +# TODO missing_docs = "warn" trivial_casts = "warn" trivial_numeric_casts = "warn" unsafe_code = "warn"