Switch over to pkgid
This commit is contained in:
parent
de5add7175
commit
8dca1c058d
8
lib.rs
8
lib.rs
@ -55,13 +55,7 @@ fn main() {
|
||||
```
|
||||
*/
|
||||
|
||||
#[desc="A native PostgreSQL driver"];
|
||||
#[license="MIT"];
|
||||
|
||||
// Needed for rustdoc-ng
|
||||
#[link(name="rust-postgres", vers="0.1",
|
||||
package_id="github.com/sfackler/rust-postgres")];
|
||||
|
||||
#[pkgid="github.com/sfackler/rust-postgres"];
|
||||
#[doc(html_root_url="http://sfackler.github.io/rust-postgres/doc/rust-postgres/")];
|
||||
|
||||
#[warn(missing_doc)];
|
||||
|
Loading…
Reference in New Issue
Block a user