Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
metasim committed Sep 6, 2022
1 parent 8d628ee commit 9001832
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#![crate_name = "gdal"]
#![crate_type = "lib"]
// Enable `doc_cfg` features when `docsrs` is defined by docs.rs config
#![cfg_attr(docsrs, feature(doc_cfg))]
#![doc = include_str!("../README.md")]

//! ## Examples
Expand Down Expand Up @@ -171,9 +173,6 @@
//! ...
//! ```
// Enable `doc_cfg` features when `docsrs` is defined by docs.rs config
#![cfg_attr(docsrs, feature(doc_cfg))]

pub use version::version_info;

pub mod config;
Expand Down

0 comments on commit 9001832

Please sign in to comment.