We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7b414 commit 58b39b4Copy full SHA for 58b39b4
vortex-datafusion/src/lib.rs
@@ -2,7 +2,6 @@
2
// SPDX-FileCopyrightText: Copyright the Vortex contributors
3
4
//! Connectors to enable [DataFusion](https://docs.rs/datafusion/latest/datafusion/) to read [`Vortex`](https://docs.rs/crate/vortex/latest) data.
5
-#![deny(missing_docs)]
6
use std::fmt::Debug;
7
8
use datafusion_common::stats::Precision as DFPrecision;
0 commit comments