We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cddf6d commit e6c6c32Copy full SHA for e6c6c32
1 file changed
lib.rs
@@ -55,7 +55,7 @@ fn main() {
55
```
56
*/
57
58
-#[pkgid="github.com/sfackler/rust-postgres"];
+#[crate_id="github.com/sfackler/rust-postgres"];
59
#[doc(html_root_url="http://sfackler.github.io/rust-postgres/doc/")];
60
61
#[warn(missing_doc)];
0 commit comments