Skip to content

Commit 364c213

Browse files
committed
Add back crate_name for rustdoc
1 parent 9d44bb8 commit 364c213

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
#![doc(html_root_url="http://www.rust-ci.org/sfackler/rust-postgres/doc")]
5454
#![feature(macro_rules, struct_variant, phase, unsafe_destructor)]
5555
#![warn(missing_doc)]
56+
#![crate_name="postgres"]
5657

5758
extern crate collections;
5859
extern crate openssl;

0 commit comments

Comments
 (0)