Skip to content

Commit

Permalink
fix: if docsrs then add doc_cfg - fixes docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
nlopes committed Aug 29, 2023
1 parent b16153e commit f3cbfa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
unused_results,
variant_size_differences
)]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![cfg_attr(docsrs, doc = include_str!("../README.md"), allow(unused_attributes))]

//! This crate provides a simple way to dump a database structure to a file, in SQL
Expand Down

0 comments on commit f3cbfa0

Please sign in to comment.