Skip to content

Commit 8dca1c0

Browse files
committed
Switch over to pkgid
1 parent de5add7 commit 8dca1c0

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

lib.rs

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

58-
#[desc="A native PostgreSQL driver"];
59-
#[license="MIT"];
60-
61-
// Needed for rustdoc-ng
62-
#[link(name="rust-postgres", vers="0.1",
63-
package_id="github.com/sfackler/rust-postgres")];
64-
58+
#[pkgid="github.com/sfackler/rust-postgres"];
6559
#[doc(html_root_url="http://sfackler.github.io/rust-postgres/doc/rust-postgres/")];
6660

6761
#[warn(missing_doc)];

0 commit comments

Comments
 (0)