Skip to content

Commit

Permalink
new clippy version
Browse files Browse the repository at this point in the history
  • Loading branch information
Quba1 committed Jul 25, 2024
1 parent 06e45f1 commit e197a14
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#![allow(clippy::cast_possible_wrap)]
#![warn(missing_docs)]
#![warn(clippy::cargo)]
#![warn(clippy::perf)]
#![warn(clippy::doc_lazy_continuation)]
#![cfg_attr(docsrs, feature(doc_cfg))]

//! # Unofficial high-level safe Rust bindings to ecCodes library
Expand Down Expand Up @@ -56,14 +58,14 @@
//! ## Features
//!
//! - `message_ndarray` - enables support for converting [`KeyedMessage`] to [`ndarray::Array`].
//! This feature is enabled by default. It is currently tested only with simple lat-lon grids.
//! This feature is enabled by default. It is currently tested only with simple lat-lon grids.
//!
//! - `experimental_index` - enables support for creating and using index files for GRIB files.
//! **This feature is experimental** and disabled by default. If you want to use it, please read
//! the information provided in [`codes_index`] documentation.
//! **This feature is experimental** and disabled by default. If you want to use it, please read
//! the information provided in [`codes_index`] documentation.
//!
//! - `docs` - builds the crate without linking ecCodes, particularly useful when building the documentation
//! on [docs.rs](https://docs.rs/). For more details check documentation of [eccodes-sys](https://crates.io/crates/eccodes-sys).
//! on [docs.rs](https://docs.rs/). For more details check documentation of [eccodes-sys](https://crates.io/crates/eccodes-sys).
//!
//! To build your own crate with this crate as dependency on docs.rs without linking ecCodes add following lines to your `Cargo.toml`
//!
Expand Down

0 comments on commit e197a14

Please sign in to comment.