Skip to content

Commit 40f6a4e

Browse files
committed
Add a crate_type attribute
1 parent 8634e61 commit 40f6a4e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ fn main() {
5656
*/
5757

5858
#[crate_id="github.com/sfackler/rust-postgres"];
59+
#[crate_type="lib"];
5960
#[doc(html_root_url="http://sfackler.github.io/rust-postgres/doc/")];
6061

6162
#[warn(missing_doc)];

0 commit comments

Comments
 (0)