Skip to content

Commit e6c6c32

Browse files
committed
pkgid -> crate_id
1 parent 5cddf6d commit e6c6c32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ fn main() {
5555
```
5656
*/
5757

58-
#[pkgid="github.com/sfackler/rust-postgres"];
58+
#[crate_id="github.com/sfackler/rust-postgres"];
5959
#[doc(html_root_url="http://sfackler.github.io/rust-postgres/doc/")];
6060

6161
#[warn(missing_doc)];

0 commit comments

Comments
 (0)