Skip to content
1 change: 1 addition & 0 deletions rust/lance-index/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright The Lance Authors
#![cfg_attr(coverage, feature(coverage_attribute))]

//! Lance secondary index library
//!
Expand Down
Loading
Loading