From 19d8715cd00d9e5d69a977270f9e2255feff597c Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Fri, 20 Dec 2024 17:34:35 -0500 Subject: [PATCH] remove comment --- rust/geoarrow/src/io/mod.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/rust/geoarrow/src/io/mod.rs b/rust/geoarrow/src/io/mod.rs index 1c12a9a8..efe12a4b 100644 --- a/rust/geoarrow/src/io/mod.rs +++ b/rust/geoarrow/src/io/mod.rs @@ -1,8 +1,6 @@ //! Reader and writer implementations of many common geospatial file formats, including //! interoperability with the `geozero` crate. -// #![allow(missing_docs)] // FIXME - pub mod crs; #[cfg(feature = "csv")] pub mod csv;