We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5add7 commit 8dca1c0Copy full SHA for 8dca1c0
1 file changed
lib.rs
@@ -55,13 +55,7 @@ fn main() {
55
```
56
*/
57
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
+#[pkgid="github.com/sfackler/rust-postgres"];
65
#[doc(html_root_url="http://sfackler.github.io/rust-postgres/doc/rust-postgres/")];
66
67
#[warn(missing_doc)];
0 commit comments